@charset "utf-8";
:root {
  --main-color: #00a0e9;
  --hover-color: #ffe20c;
  --Montserrat-Regular: Montserrat-Regular;
  --Montserrat-Light: Montserrat-Light;
  --Montserrat-Bold: Montserrat-Bold;
  --OPPOSans-B: OPPOSans-B;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  overflow-x:hidden;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1580rem;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 800rem;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
  max-width: 100%;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 768px) {
  #privacyPopup {
    width: 100%;
  }
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#section-footer .fp-tableCell {
  display: block;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38rem;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 55%;
  opacity: 1;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 70px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  display: none;
  background: #fff;
  position: absolute;
  transition: all 334ms ease;
  -webkit-transition: all 334ms ease;
}
#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
  width: 20px;
  left: 24px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: solid 2px #fff;
  border-radius: 100%;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: Montserrat-Light;
  src: url(../font/Montserrat-Light.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OPPOSans-B;
  src: url(../font/OPPOSans-B.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url('../font/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat-Regular.woff') format('woff'), url('../font/Montserrat-Regular.ttf') format('truetype'), url('../font/Montserrat-Regular.eot') format('embedded-opentype'), url('../font/Montserrat-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype'), url('../font/Montserrat-Bold.eot') format('embedded-opentype'), url('../font/Montserrat-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap .sitemap-bottom {
  padding-top: 50rem;
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: var(--main-color);
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}

.fix1 {
  box-shadow: 4rem 3rem 14rem 0rem rgba(76, 80, 81, 0.18);
  top: -38rem;
}
.fixfix {
  box-shadow: 4rem 3rem 14rem 0rem rgba(76, 80, 81, 0.18);
  top: -38rem;
}
.top {
  background: #f7f7f7;
  transition: 0.5s;
  height: 38rem;
}
.top span {
  float: left;
  font-size: 14rem;
  line-height: 37rem;
  letter-spacing: 1rem;
  color: #555555;
}
.top .right {
  float: right;
}
.top .header-search {
  float: left;
  position: relative;
  margin-left: 32rem;
  padding-left: 30rem;
  /*搜索*/
}
.top .header-search:after {
  content: '';
  width: 1px;
  height: 18rem;
  background-color: #e8e8e8;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9rem;
}
.top .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.top .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 38rem;
  line-height: 38rem;
  padding-left: 29rem;
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #000000;
  background: url(../images/search.png) no-repeat center left;
  background-size: 16rem !important;
}
.top .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.top .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.top .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 16rem !important;
}
.top .lan {
  float: left;
  cursor: pointer;
  position: relative;
  background: url(../images/lan.png) no-repeat center left;
  background-size: 20rem;
  padding: 8rem 0;
  padding-left: 37rem;
  margin-left: 32rem;
}
.top .lan span {
  display: block;
  font-size: 14rem;
  line-height: 22rem;
  color: #333333;
  padding: 0 10rem;
  text-align: left;
  width: 50rem;
  height: 22rem;
  background: #e5e5e5 url(../images/arrow.png) no-repeat 90% center;
  background-size: 10rem;
}
.top .lan ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 10rem;
  color: #333;
  display: none;
  z-index: 333333;
  box-shadow: 0rem 14rem 21rem 0rem rgba(84, 84, 84, 0.18);
}
.top .lan ul li a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 20rem;
  line-height: 36rem;
}
.top .hcontact {
  float: left;
  font-size: 16rem;
  line-height: 38rem;
  letter-spacing: 1rem;
  display: block;
  color: #000000;
  background: url(../images/contact.png) no-repeat center left;
  padding-left: 21rem;
  background-size: 15rem !important;
}
.header {
  height: 88rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  background: #fff;
}
.header .logo {
  padding: 0;
  float: left;
  padding-top: 18rem;
}
.header .logo a {
  display: block;
  position: relative;
  overflow: hidden;
}
.header .logo a img {
  display: block;
  width: 375rem;
  float: left;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.nav {
  transition: 0.2s;
  float: right;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 70rem;
  position: relative;
}
.nav ul li a {
  display: block;
  line-height: 88rem;
  font-size: 18rem;
  color: #091d2e;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.nav ul li .subnav {
  width: 1610rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -805rem;
  display: none;
  z-index: 333;
  background: #efefef;
}
.nav ul li .subnav .left {
  float: left;
  width: 23.6%;
  padding: 38rem 0;
}
.nav ul li .subnav .left ul {
  padding: 0;
  margin: 0;
}
.nav ul li .subnav .left ul li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 9rem;
}
.nav ul li .subnav .left ul li a {
  display: block;
  position: relative;
  font-size: 18rem;
  line-height: 45rem;
  padding-left: 104rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #222222;
  text-align: left;
}
.nav ul li .subnav .left ul li .pic {
  width: 30rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30rem;
}
.nav ul li .subnav .left ul li .pic .mh {
  display: none;
}
.nav ul li .subnav .left ul .active a {
  background: #fff;
}
.nav ul li .subnav .left ul .active a .pic .m {
  display: none;
}
.nav ul li .subnav .left ul .active a .pic .mh {
  display: block;
}
.nav ul li .subnav .right {
  float: right;
  width: 76.4%;
  padding: 49rem 41rem;
  background: #edf7fc;
}
.nav ul li .subnav .right .info {
  display: none;
  min-height: 600rem;
}
.nav ul li .subnav .right .info .list {
  background-color: #f2f8fc;
  border-radius: 30rem;
  border: dashed 2rem #b7b7b7;
}
.nav ul li .subnav .right .info .list .li {
  width: 33.33333333%;
  float: left;
}
.nav ul li .subnav .right .info .list .li a {
  display: block;
  position: relative;
  font-size: 28rem;
  color: #222222;
  line-height: 55rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: center;
  border-radius: 30rem;
  padding: 2rem;
}
.nav ul li .subnav .right .info .list .li .box {
  border-radius: 30rem;
  padding: 0 20rem;
}
.nav ul li .subnav .right .info .list .li .pic {
  width: 40rem;
  display: inline-block;
  vertical-align: middle;
  display:none;
}
.nav ul li .subnav .right .info .list .li .pic .mh {
  display: none;
}
.nav ul li .subnav .right .info .list .active a {
  background-image: linear-gradient(0deg, #75bf4c 0%, #13a5d0 100%);
}
.nav ul li .subnav .right .info .list .active a .box {
  background-image: linear-gradient(1deg, #f6f9fb 0%, #f4f9fc 0%, #f2f8fc 0%, #ffffff 100%);
}
.nav ul li .subnav .right .info .list .active a .pic .m {
  display: none;
}
.nav ul li .subnav .right .info .list .active a .pic .mh {
  display: block;
}
.nav ul li .subnav .right .info .list-show {
  padding-top: 42rem;
  padding-left: 8rem;
}
.nav ul li .subnav .right .info .list-show .liinfo {
  display: none;
}
.nav ul li .subnav .right .info .list-show .liinfo .bt {
  text-align: left;
  font-size: 32rem;
  line-height: 51rem;
  padding-left: 18rem;
  margin-bottom: 33rem;
  color: #333333;
  position: relative;
}
.nav ul li .subnav .right .info .list-show .liinfo .bt:after {
  content: '';
  display: block;
  width: 7rem;
  height: 37rem;
  background-image: linear-gradient(179deg, #00a0e9 0%, #56b776 73%, #abcd03 100%);
  border-radius: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav ul li .subnav .right .info .list-show .liinfo .ul ul {
  float: left;
  padding: 0;
  margin: 0 -20rem;
  width: 76%;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul ul li {
  width: 50%;
  margin: 0;
  padding: 0 20rem;
  margin-bottom: 15rem;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul ul li a {
  display: block;
  font-size: 18rem;
  line-height: 33rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: left;
  color: #555555;
}
@media (min-width: 1025px) {
  .nav ul li .subnav .right .info .list-show .liinfo .ul ul li:hover a {
    color: var(--main-color);
  }
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news {
  float: right;
  display:none;
  width: 27%;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news a {
  display: block;
  position: relative;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news a .pic:after {
  padding-bottom: 129.72972973%;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news a .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: left;
  padding: 28rem;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news a .hover .h3 {
  font-size: 20rem;
  font-weight: bold;
  line-height: 25rem;
  height: 50rem;
  margin-bottom: 16rem;
  overflow: hidden;
  color: #ffffff;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news a .hover .p {
  font-size: 16rem;
  line-height: 24rem;
  height: 48rem;
  overflow: hidden;
  margin-bottom: 27rem;
  color: #ffffff;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news a .hover .more3 {
  padding: 0;
  height: 32rem;
}
.nav ul li .subnav .right .info .list-show .liinfo .ul .re-news a .hover .more3 p {
  font-size: 16rem;
  line-height: 32rem;
  color: #ffffff;
  display: inline-block;
  padding-right: 40rem;
  background: url(../images/more3h.png) no-repeat center right;
  background-size: 16rem;
  vertical-align: top;
}
.nav ul li .subnav1 {
  width: 1290rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -645rem;
  display: none;
  z-index: 333;
  background: #efefef;
}
.nav ul li .subnav1 .left {
  float: left;
  width: 20.3%;
  padding: 47rem 0;
}
.nav ul li .subnav1 .left ul {
  padding: 0;
  margin: 0;
}
.nav ul li .subnav1 .left ul li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 9rem;
}
.nav ul li .subnav1 .left ul li a {
  display: block;
  position: relative;
  font-size: 18rem;
  line-height: 45rem;
  padding-left: 104rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #222222;
  text-align: left;
}
.nav ul li .subnav1 .left ul li .pic {
  width: 30rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30rem;
}
.nav ul li .subnav1 .left ul li .pic .mh {
  display: none;
}
.nav ul li .subnav1 .left ul .active a {
  background: #fff;
}
.nav ul li .subnav1 .left ul .active a .pic .m {
  display: none;
}
.nav ul li .subnav1 .left ul .active a .pic .mh {
  display: block;
}
.nav ul li .subnav1 .right {
  float: right;
  width: 79.6%;
  padding: 4rem 85rem 94rem 61rem;
  background: #edf7fc;
}
.nav ul li .subnav1 .right .info {
  display: none;
  min-height: 430rem;
}
.nav ul li .subnav1 .right .info .list-show {
  padding-top: 42rem;
  padding-left: 8rem;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul ul {
  float: left;
  padding: 0;
  margin: 0 -20rem;
  width: 38%;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul ul li {
  margin: 0;
  padding: 0 20rem;
  margin-bottom: 15rem;
  float: none;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul ul li a {
  display: block;
  color: #333333;
  line-height: 37rem;
  font-size: 22rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: left;
  color: #555555;
  background: url('../images/jt.png') no-repeat center right;
  background-size: 10rem;
  padding-left: 30rem;
  padding-right: 20rem;
}
@media (min-width: 1025px) {
  .nav ul li .subnav1 .right .info .list-show .liinfo .ul ul li:hover a {
    color: var(--main-color);
    background: url('../images/jt1.png') no-repeat center right;
    background-size: 10rem;
  }
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news {
  float: right;
  display:none;
  width: 34%;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news a {
  display: block;
  position: relative;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news a .pic:after {
  padding-bottom: 129.72972973%;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news a .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: left;
  padding: 28rem;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news a .hover .h3 {
  font-size: 20rem;
  font-weight: bold;
  line-height: 25rem;
  height: 50rem;
  margin-bottom: 16rem;
  overflow: hidden;
  color: #ffffff;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news a .hover .p {
  font-size: 16rem;
  line-height: 24rem;
  height: 48rem;
  overflow: hidden;
  margin-bottom: 27rem;
  color: #ffffff;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news a .hover .more3 {
  padding: 0;
  height: 32rem;
}
.nav ul li .subnav1 .right .info .list-show .liinfo .ul .re-news a .hover .more3 p {
  font-size: 16rem;
  line-height: 32rem;
  color: #ffffff;
  display: inline-block;
  padding-right: 40rem;
  background: url(../images/more3h.png) no-repeat center right;
  background-size: 16rem;
  vertical-align: top;
}
.nav ul li .subnav2 {
  width: 180rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -90rem;
  display: none;
  z-index: 333;
  padding: 10rem;
  background: #efefef;
}
.nav ul li .subnav2 ul {
  padding: 0;
  margin: 0;
}
.nav ul li .subnav2 ul li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nav ul li .subnav2 ul li a {
  display: block;
  position: relative;
  font-size: 16rem;
  line-height: 45rem;
  padding: 0 14rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #222222;
  text-align: center;
}
@media (min-width: 1025px) {
  .nav ul li .subnav2 ul li:hover a {
    color: var(--main-color);
  }
}
.nav ul li:hover a {
  color: var(--main-color);
}
.nav ul li:nth-child(1) {
  position: static;
}
.nav ul .active a {
  color: var(--main-color);
}
.bg {
  padding-top: 100vh;
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center center;
}
.bg img {
  display: none;
}
.bg video {
  max-width: 100%;
  height: 110vh;
  object-fit: cover;
  position: absolute;
  top: -10vh;
  left: 0;
}
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.section1 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.section1 .bg {
  z-index: 80;
}
.section1 .bg img {
  display: none;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .app-one {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .app-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-product .home-top .home-right {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .prolist1 {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .applist {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.active .home-news .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-about .home-top .jsh {
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.active .home-about .home-bottom {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .home-about .bottom-list {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
#fp-nav {
  display: none !important;
}
.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 320;
  padding-top: 88rem;
  transform: translateY(-50%);
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.height {
  height: 1px;
  position: absolute;
  top: -88rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 126rem;
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 10px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 18px;
  color: var(--main-color);
  display: block;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul li a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin: 14px 0;
}
#menu ul li ul li ul li a {
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.swiper-renewal-main {
  position: relative;
}
.swiper-renewal-main .img {
  display: none;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 462rem;
  left: 0;
  width: 100%;
  font-size: 0;
}
.swiper-renewal-main .banner-hover .bt {
  font-size: 48rem;
  line-height: 50rem;
  letter-spacing: 4rem;
  margin-bottom: 26rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover .bt span {
  font-size: 26rem;
  line-height: 26rem;
  letter-spacing: 0;
  padding-left: 19rem;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--Montserrat-Light);
  font-weight: lighter;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid rgba(255, 255, 255, 0.21);
}
.swiper-renewal-main .banner-hover .span {
  font-size: 36rem;
  letter-spacing: 4rem;
  margin-bottom: 30rem;
  color: #ffffff;
}
.swiper-renewal-main .banner-hover .p img {
  /* width: 728rem; */
}
.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .span {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .p {
  -webkit-animation: fadeInUp2 4s alternate;
  animation: fadeInUp2 4s alternate;
}
.swiper-renewal-main .swiper-pagination {
  font-size: 0;
  bottom: 100rem;
  /* left: 170rem; */
  /* width: auto; */
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 140rem;
  height: 5rem;
  background: rgba(230, 230, 230, 0.7);
  border: 0;
  /* border-left: 1px solid #fff; */
  opacity: 1;
  border-radius: 0;
  /* margin: 0; */
  margin: 0 7px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  /* border-bottom: 1px solid #ffffff; */
  background: #fff;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
  /* border-right: 1px solid #fff; */
}

.xia {
  position: absolute;
  bottom: 20rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 666;
}
.xia a {
  display: block;
  width: 52rem;
  height: 52rem;
  background: url(../images/xia.png) no-repeat center center;
  background-size: 17rem;
  position: relative;
}
.xia a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: dashed 2rem #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3333;
  animation: 5s zhuanquan linear infinite;
}
@keyframes zhuanquan {
  100% {
    transform: rotate(360deg);
  }
}
.more a,
.more p {
  font-size: 18rem;
  line-height: 24rem;
  letter-spacing: 1rem;
  color: var(--main-color);
}
.more a span,
.more p span {
  width: 9rem;
  height: 24rem;
  background: url(../images/more.png) no-repeat center center;
  background-size: 100%;
  transition: 0.5s;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .more a:hover span {
    margin-left: 10rem;
  }
}
.more1 a,
.more1 p {
  color: #fff;
}
.more1 a span,
.more1 p span {
  background: url(../images/more1.png) no-repeat center center;
  background-size: 100%;
}
.more2 a,
.more2 p {
  width: 176rem;
  line-height: 52rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 4rem;
  font-size: 18rem;
  color: #ffffff;
  display: block;
  text-align: center;
}
.more2 a span,
.more2 p span {
  width: 9rem;
  height: 52rem;
  background: url(../images/more1.png) no-repeat center center;
  background-size: 100%;
  transition: 0.5s;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .more2 a:hover span {
    margin-left: 10rem;
  }
}
.more3 {
  padding: 0 20rem;
}
.more3 a,
.more3 p {
  font-size: 15rem;
  line-height: 48rem;
  color: #333333;
  background: url(../images/more3.png) no-repeat center right;
  background-size: 16rem;
}
.app-one {
  padding-bottom: 81rem;
}
.app-one a {
  display: block;
  position: relative;
  padding-left: 846rem;
  min-height: 369rem;
}
.app-one a .left {
  float: left;
  width: 765rem;
  position: absolute;
  top: 0;
  left: 0;
}
.app-one a .left .pic {
  border-radius: 10rem;
  z-index: 33;
}
.app-one a .left .pic:after {
  padding-bottom: 48.23529412%;
}
.app-one a .left:after {
  content: '';
  display: block;
  width: 790rem;
  height: 363rem;
  background: url(../images/apbg.png) no-repeat top right;
  background-size: cover;
  border-radius: 0rem 0rem 18rem 0rem;
  position: absolute;
  bottom: -34rem;
  right: -34rem;
  z-index: 1;
}
.app-one a .right {
  padding-top: 27rem;
}
.app-one a .span {
  font-size: 22rem;
  color: #00a0e9;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 22rem;
}
.app-one a .bt {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 30rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 22rem;
}
.app-one a .jsh {
  font-size: 18rem;
  line-height: 36rem;
  max-height: 108rem;
  overflow: hidden;
  margin-bottom: 75rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .app-one a:hover .pic img {
    transform: scale(1.1);
  }
  .app-one a:hover .bt {
    color: var(--main-color);
  }
  .app-one a:hover .more p span {
    margin-left: 10rem;
  }
}
.app-bottom ul {
  margin: 0 -9rem;
}
.app-bottom ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 9rem;
}
.app-bottom ul li .box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 3rem 9rem 24rem 0rem rgba(2, 11, 23, 0.19);
  border-radius: 10rem;
  overflow: hidden;
  min-height: 215rem;
}
.app-bottom ul li .info {
  position: relative;
  padding-left: 200rem;
  min-height: 215rem;
  padding-right: 38rem;
}
.app-bottom ul li .info .pic {
  width: 176rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10rem;
}
.app-bottom ul li .info .pic:after {
  padding-bottom: 122.15909091%;
}
.app-bottom ul li .text {
  padding-top: 18rem;
}
.app-bottom ul li .span {
  font-size: 14rem;
  color: #00a0e9;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 14rem;
}
.app-bottom ul li .bt {
  overflow: hidden;
  font-size: 20rem;
  line-height: 29rem;
  height: 87rem;
  color: #222222;
  margin-bottom: 10rem;
}
.app-bottom ul li .jsh {
  font-size: 16rem;
  line-height: 24rem;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 75rem;
}
.app-bottom ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  padding: 13rem 29rem;
  opacity: 0;
  transition: 0.5s;
}
.app-bottom ul li .hover .span {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 28rem;
}
.app-bottom ul li .hover .bt {
  height: 29rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 16rem;
  font-weight: bold;
  color: #fff;
}
.app-bottom ul li .hover .jsh {
  color: #fff;
  margin-bottom: 43rem;
}
@media (min-width: 1025px) {
  .app-bottom ul li:hover .hover {
    opacity: 1;
  }
  .app-bottom ul li:hover .hover:after{
	content: '';
    display: block;
	background-color:rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
  }
  .app-bottom ul li:hover .hover .bt{
	font-size:22rem;
  }
  .app-bottom ul li:hover .hover .jsh{
	
  }
}
.home-title .p {
  font-family: var(--Montserrat-Bold);
  font-size: 38rem;
  color: #00a0e9;
  display:none;
  text-transform: uppercase;
}
.home-title .h3 {
  font-size: 48rem;
  line-height: 1;
  letter-spacing: 4rem;
  color: #333333;
}
.home-title1 {
  text-align: center;
}
.home-product .home-top .home-title {
  float: left;
}
.home-product .home-top .home-right {
  float: right;
  padding-top: 22rem;
}
.home-product .home-top .home-right .p {
  font-size: 18rem;
  margin-bottom: 18rem;
  line-height: 1;
  letter-spacing: 1rem;
  color: #666666;
  text-align: right;
}
.home-product .home-top .home-right .more2 a {
  float: right;
}
.home-product .home-bottom {
  padding-top: 20rem;
}
.prolist ul {
  margin: 0 -10rem;
}
.prolist ul li {
  width: 25%;
  float: left;
  padding: 0 10rem;
  transition: 0.5s;
}
.prolist ul li a {
  display: block;
  overflow: hidden;
  border-radius: 10rem;
}
.prolist ul li .box {
  overflow: hidden;
  transition: 0.5s;
  height: 300rem;
}
.prolist ul li .box .left {
  float: left;
  width: 100%;
  position: relative;
}
.prolist ul li .box .left .pic {
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
}
.prolist ul li .box .left .pic:after {
  padding-bottom: 78.94736842%;
}
.prolist ul li .box .left .bt {
  font-size: 22rem;
  line-height: 24rem;
  transition: 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  position: absolute;
  bottom: 29rem;
  left: 0;
  z-index: 5;
  color: #222222;
  padding: 0 32rem;
}
.prolist ul li .box .right {
  float: left;
  width: 0;
  display: none;
  overflow: hidden;
}
.prolist ul li .box .right .bt {
  font-size: 26rem;
  line-height: 1;
  border-bottom: 1px solid #bababa;
  padding-bottom: 19rem;
  margin-bottom: 13rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  letter-spacing: -1rem;
  color: #222222;
}
.prolist ul li .box .right .p {
  font-size: 15rem;
  line-height: 30rem;
  margin-bottom: 30rem;
  height: 120rem;
  overflow: hidden;
  color: #666666;
}
.prolist ul li .box .right .more p {
  font-size: 16rem;
}
.prolist ul .active {
  width: 50%;
}
.prolist ul .active a {
  background-color: #f0f0f0;
  box-shadow: 4rem 13rem 24rem 0rem rgba(76, 80, 81, 0.38);
}
.prolist ul .active .box {
  width: 100%;
}
.prolist ul .active .box .left {
  width: 49%;
}
.prolist ul .active .box .left .pic {
  background: url(../images/bg1.png) no-repeat center center;
  background-size: cover;
}
.prolist ul .active .box .left .bt {
  opacity: 0;
}
.prolist ul .active .box .right {
  width: 51%;
  padding: 29rem 35rem;
  display: block;
}
.prolist1 ul {
  margin: 0 -10rem;
}

.prolist1 ul li {
  width: 25%;
  float: left;
  padding: 0 10rem;
  transition: 0.5s;
  margin-top: 20rem;
}

.apps04 .prolist1 ul li {
  width: 20%;
}

.prolist1 ul li a {
  display: block;
  overflow: hidden;
  border-radius: 10rem;
}
.prolist1 ul li .box {
  overflow: hidden;
  transition: 0.5s;
}
.prolist1 ul li .box .left {
  float: left;
  width: 100%;
  position: relative;
}
.prolist1 ul li .box .left .pic {
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
  transition: 0.5s;
}
.prolist1 ul li .box .left .pic:after {
  padding-bottom: 77.89473684%;
}
.prolist1 ul li .box .left .bt {
  font-size: 22rem;
  line-height: 24rem;
  transition: 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  position: absolute;
  bottom: 18rem;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #222222;
  padding: 0 32rem;
}
@media (min-width: 1025px) {
  .prolist1 ul li:hover .box .left .pic {
    background: url(../images/bg1.png) no-repeat center center;
    background-size: cover;
  }
  .prolist1 ul li:hover .box .left .pic img {
    transform: scale(1.05);
  }
  .prolist1 ul li:hover .box .left .bt {
    color: #fff;
  }
}
.home-app {
  top: 20rem;
  transform: none;
}
.home-app .home-title {
  float: left;
}
.home-app .btn {
  float: right;
  width: 110rem;
  position: relative;
  height: 42rem;
}
.home-app .btn .swiper-button-prev,
.home-app .btn .swiper-button-next {
  width: 42rem;
  height: 42rem;
  left: 0;
  border: solid 1rem rgba(100, 101, 101, 0.5);
  border-radius: 50%;
}
.home-app .btn .swiper-button-prev:after,
.home-app .btn .swiper-button-next:after {
  display: block;
  color: rgba(185, 186, 186, 0.94);
  font-size: 20rem;
}
.home-app .btn .swiper-button-next {
  right: 0;
  left: auto;
}
.applist {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3366;
  width: 100%;
}
.applist .item {
  border-right: 1px solid #c6c8cb;
  overflow: hidden;
}
.applist .item a {
  display: block;
}
.applist .item .box {
  background-size: cover !important;
  height: 70vh;
  overflow: hidden;
  position: relative;
}
.applist .item .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .applist .item:hover .box:after {
    background: rgba(0, 0, 0, 0);
  }
  .applist .item:hover .text {
    top: 17%;
  }
  .applist .item:hover .text .bt {
    margin-bottom: 28rem;
  }
  .applist .item:hover .text .p {
    height: 81rem;
    opacity: 1;
  }
  .applist .item:hover .text .more2 {
    opacity: 1;
    padding-top: 200rem;
  }
}
.applist .text {
  position: absolute;
  top: 74%;
  left: 0;
  width: 100%;
  z-index: 5;
}
.applist .text .bt {
  font-size: 28rem;
  line-height: 32rem;
  color: #ffffff;
  margin-bottom: 81rem;
  transition: 0.6s;
  position: relative;
  padding-left: 17rem;
  text-shadow: 1rem 2rem 3rem rgba(7, 20, 27, 0.76);
}
.applist .text .bt:after {
  content: '';
  display: block;
  width: 2rem;
  height: 26rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1rem #ffffff;
}
.applist .text .p {
  font-size: 18rem;
  line-height: 27rem;
  padding: 0 20rem;
  color: #fff;
  height: 0;
  transition: 0.6s;
  overflow: hidden;
  text-shadow: 1rem 2rem 3rem rgba(7, 20, 27, 0.76);
}
.applist .text .more2 {
  opacity: 0;
  transition: 0.6s;
  padding: 0 20rem;
}
.applist .text .more2 p {
  width: 151rem;
  line-height: 44rem;
}
.applist .text .more2 p span {
  height: 44rem;
}
.home-news .home-bottom {
  position: relative;
  padding-top: 82rem;
}
.home-news .home-top .home-title {
  float: left;
}
.home-news .home-top ul {
  float: right;
  padding-top: 45rem;
}
.home-news .home-top ul li {
  float: left;
  margin-left: 27rem;
}
.home-news .home-top ul li a {
  display: block;
  width: 160rem;
  line-height: 48rem;
  border-radius: 4rem;
  border: solid 2rem #b9baba;
  text-align: center;
  font-size: 18rem;
  color: #333333;
  padding: 0 5rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .home-news .home-top ul li:hover a {
    line-height: 52rem;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    border: 0;
    color: #fff;
  }
}
.home-news .swiper-pagination {
  font-size: 0;
  bottom: 0;
}
.home-news .swiper-pagination .swiper-pagination-bullet {
  width: 9rem;
  height: 9rem;
  background: #d4d4d4;
  border-radius: 50%;
  border: 0;
  opacity: 1;
  margin: 0 4rem;
}
.home-news .swiper-pagination .swiper-pagination-bullet-active {
  width: 30rem;
  background-color: #85c35a;
  border-radius: 30rem;
}
.footer {
  background: #333333;
}
.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-bottom {
  padding-top: 42rem;
  padding-bottom: 45rem;
}
.footer-bottom .footer-left {
  float: left;
  width: 20%;
}
.footer-bottom .footer-left .h3 {
  margin-top: 7rem;
}
.footer-bottom .footer-left .h3 a {
  display: block;
  font-family: var(--PlusJakartaSans-Bold);
  font-size: 32rem;
  line-height: 56rem;
  color: #85c35a;
}
.footer-bottom .footer-left .ewm-bottom .ie {
  float: left;
  width: 50%;
  padding-right: 14rem;
}
.footer-bottom .footer-left .ewm-bottom .ie img{
  max-width:138rem;
}
.footer-bottom .footer-left .logo {
  width: 171rem;
  margin-left: 7rem;
}
.footer-bottom .footer-left .f3 {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
  padding-top: 13rem;
  padding-bottom: 20rem;
}
.footer-bottom .footer-left .f3 p {
  color: #c3c3c3;
}
.footer-bottom .footer-left .f3 p b {
  font-family: var(--Oswald-Bold);
  font-size: 32rem;
}
.footer-bottom .footer-left .f3 p b a {
  color: #ffffff;
}
.footer-bottom .footer-left .f3 a {
  color: #c3c3c3;
}
.footer-bottom .footer-left .f3 p.l2 {
  background: url(../images/f2.png) no-repeat left 5rem;
  background-size: 20rem;
  padding-left: 48rem;
}
.footer-bottom .footer-left .f3 p.l3 {
  background: url(../images/f3.png) no-repeat left 5rem;
  background-size: 20rem;
  padding-left: 48rem;
}
.footer-copyright .socialMedia {
  float: left;
  position: relative;
  z-index: 33;
}
.footer-copyright .socialMedia .list li {
  display: inline-block;
  padding: 0 15rem 0 0;
}
.footer-copyright .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer-copyright .socialMedia .list .icon {
  display: block;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background-size: 36rem !important;
}
@media (min-width: 1025px) {
  .footer-copyright .socialMedia .list .icon:hover {
    opacity: 1;
  }
}
.footer-copyright .socialMedia .list .icon-1 {
  background: #595b57 url(../images/sp1.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-2 {
  background: #595b57 url(../images/sp2.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-3 {
  background: #595b57 url(../images/sp3.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-4 {
  background: #595b57 url(../images/sp4.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .icon-5 {
  background: #595b57 url(../images/sp5.png) no-repeat center center;
}
.footer-copyright .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer-bottom .footer-list {
  float: right;
  width: 66.7%;
  padding-top: 22rem;
}
.footer-bottom .footer-list>ul {
	display: flex;
    justify-content: flex-end;
}
.footer-bottom .footer-list ul li {
  width: 16.66666667%;
  float: left;
}
.footer-bottom .footer-list ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #ffffff;
  max-width: 100%;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  padding-right: 5rem;
  padding-bottom: 22rem;
}
.footer-bottom .footer-list ul li ul li {
  width: 100% !important;
}
.footer-bottom .footer-list ul li ul li ul li a {
  font-size: 14rem;
  color: #00a7d0;
}
.footer-bottom .footer-list ul li ul li a {
  font-size: 16rem;
  line-height: 35rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  position: relative;
}
@media (min-width: 1025px) {
  .footer-bottom .footer-list ul li ul li a:hover {
    text-decoration: underline;
    color: #85c35a !important;
  }
}
.footer-bottom .footer-list ul li:nth-last-child(3) {
  width: 17%;
}
.footer-bottom .footer-list ul li:nth-last-child(1) {
  width: 10%;
  /* float: right; */
}
.footer-copyright {
  padding: 18rem 0;
  font-size: 14rem;
  line-height: 36rem;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid #4c4c4c;
}
.footer-copyright .right {
  position: relative;
}
.footer-copyright .right .fanhui {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-copyright .right .fanhui a {
  display: block;
  background: url('../images/top.png') no-repeat center right;
  background-size: 26rem;
  padding-right: 53rem;
}
.footer-copyright .right {
  text-align: center;
}
.footer-copyright img {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
}
.footer-copyright a {
  color: #ffffff;
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner .img {
  display: block;
}
.inbanner img {
  margin: 0 auto;
  display: block;
}
.inbanner .img1 {
  display: none;
}
.inbanner .item {
  position: relative;
}
.inbanner {
  position: relative;
}
.inbanner:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/bg3.png) no-repeat bottom center;
  background-size: 100%;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-71%);
  z-index: 33;
}
.inbanner .banner-hover .bt {
  position: relative;
}
.inbanner .banner-hover .bt h1 {
  font-size: 48rem;
  letter-spacing: 4rem;
  color: #ffffff;
  text-shadow: 0rem -6rem 10rem rgba(2, 2, 2, 0.33);
  margin-bottom: 19rem;
}
.inbanner .banner-hover .bottom {
  font-size: 20rem;
  font-weight: lighter;
  line-height: 24rem;
  letter-spacing: 4rem;
  color: #ffffff;
  text-shadow: 0rem 0rem 2rem rgba(2, 2, 2, 0.33);
}
.second-nav {
  background-color: rgba(249, 249, 252, 0.22);
  box-shadow: 0rem -5rem 21rem 0rem rgba(17, 5, 19, 0.07);
  margin-top: -69rem;
  position: relative;
  text-align: center;
  font-size: 0;
  z-index: 4;
}
.second-nav ul {
  height: 69rem;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  border-right: 1px solid rgba(249, 249, 252, 0.27);
}
.second-nav ul li a {
  line-height: 69rem;
  font-size: 18rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding: 0 5rem;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a {
    background: #00a0e9;
  }
}
.second-nav ul .active a {
  background: #00a0e9;
}
.second-nav0 {
  overflow: hidden;
}
.second-nav0 .container {
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
.second-nav0 .container::-webkit-scrollbar {
  display: none;
}
.second-nav0 ul {
  position: relative;
  width: max-content;
  white-space: nowrap;
}
.second-nav0 ul li {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.content {
  padding: 96rem 0 88rem 0;
  min-height: 500rem;
}
.news {
  background: #ffffff;
}
.news-one {
  margin-bottom: 142rem;
}
.news-one a {
  display: block;
  position: relative;
}
.news-one a .text {
  padding-right: 500rem;
  min-height: 342rem;
}
.news-one a .text .bt {
  font-size: 48rem;
  margin-bottom: 39rem;
  letter-spacing: 4rem;
  color: #333333;
}
.news-one a .text .span {
  font-size: 30rem;
  margin-bottom: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #222222;
}
.news-one a .text .p {
  font-size: 18rem;
  line-height: 36rem;
  margin-bottom: 44rem;
  overflow: hidden;
  height: 72rem;
  color: #666666;
}
.news-one a .pic {
  width: 241rem;
  position: absolute;
  top: 24rem;
  right: 17rem;
}
.news-one a .pic:after {
  padding-bottom: 131.95020747%;
}
.news1 {
  margin-top: 78rem;
  margin-bottom: 76rem;
}
.news1 a {
  display: block;
}
.news1 a {
  display: block;
  position: relative;
}
.news1 a .text {
  padding-left: 871rem;
  min-height: 393rem;
  padding-top: 84rem;
  background-color: #ffffff;
  box-shadow: 0rem -5rem 7rem 0rem rgba(152, 152, 152, 0.14);
  padding-right: 120rem;
}
.news1 a .text .date {
  font-size: 18rem;
  color: #179d79;
  margin-bottom: 16rem;
}
.news1 a .text .bt {
  font-size: 32rem;
  font-weight: bold;
  line-height: 38rem;
  height: 76rem;
  color: #323232;
  overflow: hidden;
  margin-bottom: 59rem;
}
.news1 a .text .p {
  font-size: 16rem;
  height: 24rem;
  color: #888888;
  margin-bottom: 59rem;
  overflow: hidden;
  height: 72rem;
  color: #666666;
}
.news1 a .pic {
  width: 735rem;
  position: absolute;
  top: 0;
  left: 0;
}
.news1 a .pic:after {
  padding-bottom: 53.42465753%;
}
.newslist {
  margin: 0 -18rem;
}
.newslist .item {
  float: left;
  width: 25%;
  padding: 0 18rem;
  margin-bottom: 53rem;
}
.newslist .item a {
  display: block;
  overflow: hidden;
  transition: 0.5s;
}
.newslist .item .pic:after {
  padding-bottom: 53.42465753%;
}
.newslist .item .text {
  padding: 13rem 0 2rem 0;
  background: url(../images/line.png) no-repeat bottom center;
  background-size: 100%;
}
.newslist .item .text .bt {
  font-size: 20rem;
  line-height: 32rem;
  height: 64rem;
  padding: 0 22rem;
  overflow: hidden;
  margin-bottom: 53rem;
  color: #333333;
}
.newslist .item .text .p {
  font-size: 16rem;
  line-height: 32rem;
  height: 96rem;
  padding: 0 22rem;
  overflow: hidden;
  margin-bottom: 3rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .newslist .item:hover a {
    background-color: #ffffff;
    box-shadow: 0rem -17rem 32rem 0rem rgba(8, 15, 17, 0.17);
  }
  .newslist .item:hover .pic img {
    transform: scale(1.1);
  }
  .newslist .item:hover .text {
    background: url(../images/line1.png) no-repeat bottom center;
    background-size: 100%;
  }
}
.newslist1 {
  padding-bottom: 34rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page .span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 40px;
  padding: 0 15px;
  color: #222222;
}
.page .input {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 40px;
  text-align: center;
  color: #222222;
  background-color: #ffffff;
  border: 0;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #222222;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  min-width: 40px;
  line-height: 38px;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background-color: #00a0e9;
  -webkit-box-shadow: 0 0 0 1px #f5f5f7;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
.news-show {
  padding-top: 66rem;
}
.news-left {
  float: left;
  width: 5%;
  position: sticky;
  top: 100rem;
}
.news-left .share {
  overflow: hidden;
  padding: 0 0 19rem 0;
  position: relative;
  z-index: 3;
}
.news-left .share span {
  display: block;
  font-size: 18rem;
  margin-bottom: 19rem;
  text-align: center;
}
.news-left .share .dib {
  display: inline-block;
  font-size: 16rem;
}
.news-left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 40rem !important;
  height: 40rem !important;
  padding-left: 0 !important;
  display: block;
  border-radius: 50%;
  background-color: #666e86;
  margin: 0 auto 12rem auto !important;
}
.news-left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.news-left .span {
  padding-top: 82rem;
  margin-top: -50rem;
  background-color: #18ad7e;
  border-radius: 30rem 0rem 0rem 30rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-left .span a {
  display: block;
  font-size: 14rem;
  line-height: 30rem;
  color: #ffffff;
  background: url(../images/fanhui1.png) no-repeat top center;
  background-size: 37rem;
  padding-top: 40rem;
  padding-bottom: 20rem;
}
.news-left .p {
  position: relative;
  z-index: 1;
  padding-top: 82rem;
  margin-top: -50rem;
  background-color: var(--main-color);
  border-radius: 30rem 0rem 0rem 30rem;
  text-align: center;
}
.news-left .p a {
  display: block;
  font-size: 14rem;
  line-height: 30rem;
  color: #ffffff;
  background: url(../images/fanhui.png) no-repeat top center;
  background-size: 31rem;
  padding-top: 40rem;
  padding-bottom: 20rem;
}
.news-right {
  float: right;
  width: 95%;
  padding-left: 35rem;
  padding-bottom: 80rem;
}
.h1 {
  font-size: 38rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 20rem;
}
.h2 {
  font-size: 14rem;
  color: #999999;
  text-align: center;
  padding-bottom: 25rem;
}
.h2 span {
  margin: 0 40rem;
}
.news-info {
  font-size: 18rem;
  line-height: 36rem;
  color: #666666;
  padding: 44rem 0;
}
.biaoqian {
  font-size: 18rem;
  line-height: 56rem;
  color: #333333;
}
.biaoqian a {
  color: #888888;
  margin-right: 20rem;
}
.return {
  overflow: hidden;
  margin-bottom: 40rem;
}
.return a {
  float: right;
  font-size: 16rem;
  line-height: 40rem;
  color: #ffffff;
  text-align: center;
  width: 102rem;
  height: 40rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 4rem;
  display: block;
}
.list-page-news ul {
  margin: 0 -32rem;
}
.list-page-news ul li {
  float: left;
  width: 50%;
  padding: 0 32rem;
}
.list-page-news ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding: 0 25rem;
  font-size: 16rem;
  line-height: 50rem;
  background: #eeeeee;
  color: #333333;
}
@media (min-width: 1025px) {
  .list-page-news ul li:hover a {
    color: #fff;
    background: var(--main-color);
  }
}
.join {
  padding: 0 !important;
}
.join01 {
  padding: 102rem 0 79rem 0;
}
.join01 .list {
  padding-top: 78rem;
}
.join01 .list .li {
  width: 100%;
  margin-bottom: 154rem;
  overflow: hidden;
}
.join01 .list .li .box {
  display: flex;
  justify-content: space-between;
}
.join01 .list .li .img {
  width: 50.4%;
  padding-right: 35rem;
  padding-bottom: 35rem;
  position: relative;
}
.join01 .list .li .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35rem;
  right: 0;
  z-index: 1;
  background: url(../images/bbg2.png) no-repeat top left;
  background-size: 100%;
}
.join01 .list .li .img .pic {
  border-radius: 10rem;
  z-index: 3;
}
.join01 .list .li .img .pic:after {
  padding-bottom: 48.36601307%;
}
.join01 .list .li .text {
  width: 49.6%;
  padding-top: 33rem;
  padding-left: 47rem;
}
.join01 .list .li .text .bt {
  font-size: 30rem;
  margin-bottom: 33rem;
  font-weight: bold;
  color: #222222;
}
.join01 .list .li .text .jsh {
  font-size: 18rem;
  line-height: 36rem;
  color: #666666;
}
.join01 .list .li .text .jsh p {
  margin-bottom: 16rem;
}
.join01 .list .li:nth-child(2) {
  margin-bottom: 0;
}
.join01 .list .li:nth-child(2) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.join01 .list .li:nth-child(2) .box .text {
  padding-left: 0;
  padding-right: 47rem;
}
.join02 {
  padding: 103rem 0 65rem 0;
  background: #f7f7f7;
}
.join02 .join-bottom {
  padding-top: 36rem;
}
.join02 .join-bottom .p {
  font-size: 18rem;
  line-height: 27rem;
  color: #666666;
}
.join02 .join-bottom .list {
  padding-top: 17rem;
}
.join02 .join-bottom .list ul li {
  float: left;
  width: auto;
}
.join02 .join-bottom .list ul li a {
  font-size: 18rem;
  font-weight: bold;
  color: #3c3c3c;
  position: relative;
  line-height: 40rem;
  display: block;
}
.join02 .join-bottom .list ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background-color: #0b3796;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.join02 .join-bottom .list ul .swiper-slide-thumb-active a:after {
  opacity: 1;
}
.join02 .join-bottom .show {
  position: relative;
  overflow: hidden;
}
.join02 .join-bottom .show .info {
  padding: 48rem 72rem;
  overflow: hidden;
}
.join02 .join-bottom .show .info .box {
  background-color: #ffffff;
  box-shadow: -9rem 22rem 30rem 0rem rgba(0, 0, 0, 0.14);
  padding: 50rem;
  position: relative;
}
.join02 .join-bottom .show .info .pic {
  width: 440rem;
  position: absolute;
  top: 50rem;
  left: 50rem;
}
.join02 .join-bottom .show .info .pic:after {
  padding-bottom: 68.18181818%;
}
.join02 .join-bottom .show .info .text {
  padding-left: 484rem;
  min-height: 300rem;
  padding-top: 8rem;
}
.join02 .join-bottom .show .info .text .nr {
  position: relative;
  padding: 73rem 32rem;
}
.join02 .join-bottom .show .info .text .nr .y1 {
  width: 36rem;
  height: 31rem;
  background: url(../images/y1.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.join02 .join-bottom .show .info .text .nr .y2 {
  width: 36rem;
  height: 31rem;
  background: url(../images/y2.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.join02 .join-bottom .show .info .text .bt {
  font-size: 22rem;
  line-height: 42rem;
  margin-bottom: 28rem;
  color: #222222;
}
.join02 .join-bottom .show .info .text .pp {
  font-size: 16rem;
  color: #222222;
  padding-left: 20rem;
}
.join02 .join-bottom .swiper-button-prev,
.join02 .join-bottom .swiper-button-next {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  line-height: 40rem;
  text-align: center;
  left: 0;
  background-color: rgba(88, 88, 88, 0.57);
}
.join02 .join-bottom .swiper-button-prev:after,
.join02 .join-bottom .swiper-button-next:after {
  font-size: 20rem;
  color: #fff;
}
.join02 .join-bottom .swiper-button-next {
  right: 0;
  left: auto;
}
.join02 .join-bottom .more3 a {
  font-size: 20rem;
  font-weight: bold;
  padding-right: 28rem;
  display: inline-block;
  color: #222222;
}
.join03 {
  padding: 86rem 0 92rem 0;
  background: #fff;
}
.join03 .join-top {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
  padding: 73rem 315rem 82rem 63rem;
}
.join03 .join-top .p {
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 18rem;
  color: #666666;
}
.join03 .join-top .se {
  position: absolute;
  top: 50%;
  right: 135rem;
  transform: translateY(-50%);
}
.join03 .join-top .se a {
  font-size: 18rem;
  font-weight: lighter;
  line-height: 52rem;
  color: #fcfbfb;
  width: 160rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  text-align: center;
  border-radius: 4rem;
  display: block;
}
.join03 .join-top .se a img {
  width: 16rem;
  margin-right: 10rem;
  display: inline-block;
  vertical-align: middle;
}
.join03 .join-top .general {
  background-color: rgba(243, 246, 248, 0.1);
  border: 4px solid #4797a8;
  border-radius: 50%;
  height: 400px;
  left: 50%;
  opacity: .3;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 400px;
}
.join03 .join-top .general:after,
.join03 .join-top .general:before {
  border: 4px solid;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
.join03 .join-top .general:before {
  height: 120px;
  opacity: .3;
  width: 120px;
}
.join03 .join-top .general:after {
  height: 240px;
  opacity: .3;
  width: 240px;
}
@media (min-width: 1025px) {
  .join03 .join-top:hover {
    background-color: var(--main-color);
  }
  .join03 .join-top:hover .home-title .h3 {
    color: #fff;
  }
  .join03 .join-top:hover .p {
    color: #fff;
  }
  .join03 .join-top:hover .general {
    border-width: 10px;
    height: 150vw;
    opacity: 1;
    width: 150vw;
  }
  .join03 .join-top:hover .general:before {
    border: 20px solid #4797a8;
    height: 70vw;
    opacity: .7;
    width: 70vw;
  }
  .join03 .join-top:hover .general:after {
    border: 10px solid #4797a8;
    height: 30vw;
    opacity: .6;
    width: 30vw;
  }
}
.join03 .job2 {
  margin-top: 83rem;
}
.join03 .list {
  padding-bottom: 59rem;
}
.join03 .job2 span {
  position: relative;
  z-index: 2;
  text-align: center;
}
.join03 .job2 .span-01 {
  display: block;
  width: 24%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: left;
  padding: 0 46rem;
}
.join03 .job2 .span-02 {
  display: block;
  width: 8%;
  float: left;
}
.join03 .job2 .span-03 {
  display: block;
  width: 19%;
  float: left;
}
.join03 .job2 .span-04 {
  display: block;
  width: 25%;
  float: left;
}
.join03 .job2 .span-05 {
  display: block;
  width: 14%;
  float: left;
}
.join03 .job2 .span-06 {
  display: block;
  width: 9%;
  float: left;
}
.join03 .job2 .title {
  color: #fcfbfb;
  line-height: 40rem;
  padding: 12rem 0;
  font-size: 18rem;
  overflow: hidden;
  background-color: var(--main-color);
}
.join03 .job2 dl {
  margin-bottom: 3rem;
}
.join03 .job2 dt {
  background: rgba(234, 234, 234, 0.43);
  overflow: hidden;
  padding: 15rem 0;
  cursor: pointer;
  font-size: 18rem;
  line-height: 30rem;
  color: #333333;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.join03 .job2 dt::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
  background: rgba(234, 234, 234, 0.43);
}
.join03 .job2 dt:hover:after {
  width: 100%;
}
.join03 .job2 dd {
  height: 0;
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
  overflow: hidden;
}
.join03 .job2 dd .nr {
  padding: 40rem 45rem 102rem 45rem;
  position: relative;
  overflow: hidden;
}
.join03 .job2 .cur dt {
  background: rgba(234, 234, 234, 0.43);
}
.join03 .job2 .cur dt span {
  color: #5b636a;
}
.join03 .job2 .cur dd {
  height: auto;
}
.join03 .job2 .p-01 {
  font-size: 22rem;
  margin-bottom: 13rem;
  font-weight: bold;
  color: #222222;
}
.join03 .job2 .red {
  color: #ff0000;
}
@media (min-width: 1025px) {
  .join03 .job2 .send:hover a {
    background: var(--main-color);
    color: #fff;
  }
}
.join03 .job2 .send a {
  display: inline-block;
  padding: 0 21rem;
  margin-top: 36rem;
  width: 160rem;
  line-height: 52rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 4rem;
  font-size: 18rem;
  color: #fcfbfb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-align: center;
}
.join03 .job2 .send i {
  margin-right: 10rem;
  vertical-align: top;
  display: inline-block;
  background: url(../images/toudi.png) no-repeat center center;
  background-size: 100%;
  width: 35rem;
  height: 50rem;
}
.anpai {
  padding: 77rem 0 88rem 0;
}
.anpai .anpai-bottom {
  position: relative;
  padding-top: 170rem;
}
.anpai .anpai-bottom .list {
  border-top: 2px solid #666666;
}
.anpai .anpai-bottom .list .to {
  border-bottom: 1px solid #e8e8e8;
}
.anpai .anpai-bottom .list .to span {
  float: left;
  font-size: 18rem;
  line-height: 78rem;
  color: #333333;
}
.anpai .anpai-bottom .list span {
  float: left;
}
.anpai .anpai-bottom .list .span1,
.anpai .anpai-bottom .list .span2,
.anpai .anpai-bottom .list .span3,
.anpai .anpai-bottom .list .span4 {
  text-align: center;
  float: left;
}
.anpai .anpai-bottom .list .span1 {
  width: 16%;
}
.anpai .anpai-bottom .list .span2 {
  width: 84%;
}
.anpai .anpai-bottom .list .li p {
  border-bottom: 1px solid #e8e8e8;
  background: #e4f4fc;
  overflow: hidden;
}
.anpai .anpai-bottom .list .li p span {
  font-size: 16rem;
  line-height: 50rem;
  display: block;
  color: #666666;
}
.anpai .anpai-bottom .list .li p:nth-child(2n) {
  background: #fff;
}
.guanzhi .guanzhi-bottom {
  padding-top: 120rem;
}
.guanzhi .guanzhi-bottom .item {
  margin-bottom: 79rem;
}
.guanzhi .guanzhi-bottom .item .h3 {
  font-size: 28rem;
  color: #333333;
  padding-bottom: 25rem;
  margin-bottom: 35rem;
  border-bottom: 2rem solid #d5d5d5;
}
.guanzhi .guanzhi-bottom .item .p {
  font-size: 16rem;
  line-height: 34rem;
  color: #666666;
}
.guanzhi .guanzhi-bottom .item .p p {
  margin-bottom: 15rem;
}
.fabuhui .anpai-bottom {
  padding-top: 89rem;
}
.fabuhui .anpai-bottom .year {
  margin-bottom: 35rem;
}
.fabuhui .anpai-bottom .year span {
  float: left;
  font-size: 28rem;
  line-height: 46rem;
  color: #333333;
  display: block;
}
.fabuhui .anpai-bottom .year select {
  width: 253rem;
  height: 46rem;
  background-color: #ffffff;
  border: solid 1rem #e9e9e9;
  float: right;
  font-size: 18rem;
  color: #333333;
  padding: 0 30rem 0 15rem;
}
.fabuhui .anpai-bottom .year select::-ms-expand {
  display: none;
}
.fabuhui .anpai-bottom .year select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/arrow1.png) no-repeat scroll 95% center;
  background: #ffffff \9 \0;
  background-size: 11rem;
}
.fabuhui .anpai-bottom .list {
  padding-bottom: 68rem;
}
.fabuhui .anpai-bottom .list .span2 {
  width: 28%;
}
.fabuhui .anpai-bottom .list .span3 {
  width: 33%;
}
.fabuhui .anpai-bottom .list .span4 {
  width: 17%;
}
.fabuhui .anpai-bottom .list .span4 .bofang {
  width: 50rem;
  height: 50rem;
  background: url(../images/bofang.png) no-repeat center center;
  background-size: 29rem;
  display: block;
  margin: 0 auto;
}
.zhengmingshu .anpai-bottom .list .span2 {
  width: 84%;
}
.tonghan .anpai-bottom {
  padding-top: 58rem;
}
.tonghan .anpai-bottom .thlist {
  margin-bottom: 51rem;
}
.tonghan .anpai-bottom .thlist li {
  float: left;
  margin-right: 27rem;
}
.tonghan .anpai-bottom .thlist li a {
  display: block;
  width: 281rem;
  line-height: 70rem;
  background-color: #ffffff;
  border-radius: 6rem;
  font-size: 26rem;
  color: #333333;
  text-align: center;
  border: solid 1rem #e6e6e6;
}
.tonghan .anpai-bottom .thlist .active a {
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 6rem;
  color: #fff;
}
.tonghan .anpai-bottom .list {
  border: 0;
}
.tonghan .anpai-bottom .list .span2 {
  width: 84%;
  text-align: left;
  padding: 0 50rem;
}
.tonghan .anpai-bottom .show .info {
  display: none;
}
.lianluo .lianluo-bottom {
  padding-top: 88rem;
}
.lianluo ul {
  margin: 0 -15rem;
}
.lianluo ul li {
  float: left;
  width: 25%;
  padding: 0 15rem;
}
.lianluo ul li .box {
  height: 370rem;
  padding: 31rem;
  background: #ffffff url(../images/line1.png) no-repeat bottom center;
  background-size: 100%;
  box-shadow: 0rem 4rem 32rem 0rem rgba(8, 15, 17, 0.17);
}
.lianluo ul li .box .bt {
  font-size: 22rem;
  margin-bottom: 12rem;
  color: #333333;
}
.lianluo ul li .box .span {
  font-size: 16rem;
  margin-bottom: 53rem;
  color: #666666;
}
.lianluo ul li .box .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
.contact {
  padding: 0 !important;
}
.contact01 {
  padding: 95rem 0 53rem 0;
}
.contact01 .list {
  padding-top: 92rem;
}
.contact01 .list ul {
  font-size: 0;
  background-color: #ffffff;
  box-shadow: -1rem 26rem 147rem 0rem rgba(10, 26, 46, 0.22);
  border-radius: 20rem;
  margin-bottom: 61rem;
}
.contact01 .list ul li {
  width: 25%;
  display: inline-block;
  padding: 0 40rem;
  vertical-align: top;
  text-align: center;
}
.contact01 .list ul li .box {
  padding: 89rem 41rem 75rem 41rem;
}
.contact01 .list ul li .pic {
  width: 108rem;
  margin: 0 auto;
  border: solid 1rem #00a0e9;
  border-radius: 50%;
  transition: 0.5s;
}
.contact01 .list ul li .text {
  padding-top: 20rem;
}
.contact01 .list ul li .text .bt {
  font-size: 24rem;
  padding-bottom: 36rem;
  margin-bottom: 23rem;
  border-bottom: 1px solid #b2e2f8;
  color: #222222;
}
.contact01 .list ul li .text .p {
  font-size: 18rem;
  line-height: 24rem;
  color: #222222;
}
.contact01 .list ul li .text .p p {
  text-align: left;
}
.contact01 .list ul li .text .p a {
  color: #222222;
}
@media (min-width: 1025px) {
  .contact01 .list ul li:hover .pic {
    transform: rotateY(180deg);
  }
}
.contact02 {
  padding: 74rem 0;
  position: relative;
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: cover;
}
.contact02 .inside-message {
  padding: 0 180rem;
  margin-top: 57rem;
}
.contact02 .inside-message .list {
  position: relative;
  margin: 0 -7rem;
}
.contact02 .inside-message li {
  width: 33.33333333%;
  float: left;
  padding: 0 7rem 16rem 7rem;
  position: relative;
}
.contact02 .inside-message .box {
  position: relative;
}
.contact02 .input-form,
.contact02 select,
.contact02 textarea {
  height: 54rem;
  width: 100%;
  border: none;
  background-color: #ffffff;
  border-radius: 4rem;
  border: solid 1rem #c0ddec;
  font-size: 16rem;
  padding-left: 40rem;
  color: #959595;
}
.contact02 .input-form::-webkit-input-placeholder,
.contact02 select::-webkit-input-placeholder,
.contact02 textarea::-webkit-input-placeholder {
  color: #959595;
}
.contact02 .input-form:-moz-placeholder,
.contact02 select:-moz-placeholder,
.contact02 textarea:-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.contact02 .input-form::-moz-placeholder,
.contact02 select::-moz-placeholder,
.contact02 textarea::-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.contact02 .input-form:-ms-input-placeholder,
.contact02 select:-ms-input-placeholder,
.contact02 textarea:-ms-input-placeholder {
  color: #959595;
}
.contact02 select::-ms-expand {
  display: none;
}
.contact02 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/arrow.png) no-repeat scroll right center;
  background-size: 12rem;
  background: #ffffff \9 \0;
}
.contact02 .red {
  position: absolute;
  top: 16rem;
  left: 12rem;
  font-size: 16rem;
  color: #333333;
}
.contact02 .red img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  margin-top: 3rem;
  width: 20rem;
}
.contact02 .red font {
  color: #ff0000;
}
.contact02 .verifyDiv {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.contact02 .span {
  color: #ff0000;
  display: block;
}
.contact02 .span span {
  font-size: 16rem;
  color: #08060b;
}
.contact02 .span img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  margin-top: 2rem;
}
.contact02 textarea {
  height: 170rem;
  padding: 15rem;
}
.contact02 .more2 {
  float: right;
}
.contact02 .more2 a {
  width: 129rem;
  line-height: 45rem;
  font-size: 16rem;
}
.contact02 .verify {
  height: 45rem;
  background-color: #e5e5e5;
  font-size: 14rem;
  position: relative;
  width: 420rem !important;
}
.contact02 .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 45rem;
  height: 45rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.contact02 .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20rem 20rem;
}
.contact02 .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 45rem;
  line-height: 43rem;
  width: 0;
  background-color: var(--main-color);
  color: #333;
  font-size: 14rem;
  text-align: center;
}
.contact02 .verify .fix-tips,
.contact02 .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 45rem;
  padding-left: 45rem;
  text-align: center;
}
.contact02 .verify .verify-msg {
  padding-left: 0;
  padding-right: 45rem;
}
.contact02 .verify .verify-msg {
  background-color: var(--main-color);
  display: none;
  color: #fff;
}
.download {
  padding: 76rem 0 88rem 0;
  background: #f5f5f7;
}
.download .left {
  width: 25%;
  float: left;
  min-height: 400px;
  margin-top: -8rem;
}
.download .left li {
  font-size: 22rem;
  padding: 0 0 28rem 0;
}
.download .left .drop {
  font-weight: 700;
}
.download .left .drop > a {
  color: #040806;
  position: relative;
  display: block;
}
.download .left .drop > a:before {
  content: '+';
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  font-weight: normal;
  color: var(--main-color);
  margin-right: 10px;
  line-height: 15px;
  border: solid 1px var(--main-color);
}
.download .left .drop > a:hover,.download .left .drop.cur a {
  color: var(--main-color);
}
.download .left .drop > a:hover:before {
  content: '-';
}
.download .left .drop-2 > a {
  color: #5b636a;
}
.download .left .drop-3 {
  display: none;
  padding-top: 22rem;
  padding-left: 39rem;
}
.download .left .drop-3 a {
  display: block;
  font-size: 18rem;
  line-height: 41rem;
  margin-bottom: 14rem;
  color: #666666;
}
.download .left .drop-3 i {
  padding-left: 10px;
  display: inline-block;
  font-style: normal;
  font-family: '宋体';
  font-weight: 700;
  color: #1498de;
}
.download .left .drop-3 a:hover,.download .left .drop-3 a.cur {
  text-decoration: underline;
  color: #00a0e9;
}
.download .left .cur > a:before {
  content: '-';
}
.download .right {
  width: 75%;
  float: right;
}
.download .lren {
  text-align: center;
  padding-top: 60rem;
}
.download .lren a {
  width: 219rem;
  line-height: 52rem;
  font-size: 22rem;
  color: #2195cb;
  text-align: center;
  background-color: #ffffff;
  border: solid 2rem #279edb;
  display: inline-block;
  transition: all 700ms ease;
}
.download .lren a:hover {
  color: #fff;
  background-color: #279edb;
}
.inside-menu {
  position: relative;
  padding-top: 66rem;
  padding-bottom: 74rem;
}
.inside-menu .item {
  border-bottom: dashed 2rem #e9e9e9;
  overflow: hidden;
  margin-bottom: 36rem;
}
.inside-menu span {
  padding-bottom: 25rem;
  margin-right: 31rem;
  padding-right: 31rem;
  display: inline-block;
  position: relative;
}
.inside-menu span:before {
  content: ' / ';
  position: absolute;
  top: 10rem;
  right: -5rem;
  font-size: 18rem;
  line-height: 25rem;
  width: 10rem;
  color: #2d2e2e;
  text-align: center;
}
.inside-menu span:after {
  content: '';
  width: 0;
  bottom: -1rem;
  left: 50%;
  height: 5rem;
  opacity: 0;
  transition: all 500ms ease;
  background: #00a0e9;
  position: absolute;
}
.inside-menu span a {
  padding: 0 2rem;
  display: inline-block;
  font-size: 16rem;
  line-height: 47rem;
  color: #2d2e2e;
}
.inside-menu span:hover a,
.inside-menu .cur a {
  color: #00a0e9;
}
.inside-menu span:hover:after,
.inside-menu .cur:after {
  opacity: 1;
  width: 70%;
  left: 2rem;
}
.inside-menu span:nth-last-child(1):before {
  display: none;
}
.inside-menu .search {
  position: relative;
}
.inside-menu .search input {
  width: 100%;
  background: #fff;
  height: 60rem;
  border: solid 1rem #d7d7d7;
  padding: 0 15rem;
}
.inside-menu .search .icon {
  right: 15rem;
  top: 50%;
  fill: #c8c8c8;
  width: 24rem;
  height: 24rem;
  position: absolute;
  transform: translateY(-50%);
}
.inside-menu .search .icon:hover {
  fill: var(--main-color);
}
.inside-menu .search input:focus {
  border-color: var(--main-color);
}
.downloadlist {
  padding-bottom: 86rem;
}
.downloadlist li {
  margin-bottom: 13rem;
}
.downloadlist li a {
  display: block;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8rem;
  padding-right: 120rem;
  position: relative;
  transition: 0.5s;
}
.downloadlist li span {
  display: block;
  float: left;
  font-size: 18rem;
  padding: 0 46rem;
  line-height: 64rem;
  color: #333;
}
.downloadlist li .d1 {
  width: 50%;
}
.downloadlist li .d2 {
  width: 25%;
  font-size: 16rem;
  text-align: center;
  padding: 0;
  color: #888888;
}
.downloadlist li .d3 {
  font-size: 16rem;
  text-align: center;
  padding: 0;
  color: #888888;
  float: right;
}
.downloadlist li .d4 {
  width: 64rem;
  padding: 0;
  background: url(../images/down.png) no-repeat center center;
  background-size: 15rem;
  height: 64rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .downloadlist li a:hover {
    background: var(--main-color);
  }
  .downloadlist li a:hover span {
    color: #fff;
  }
  .downloadlist li a:hover .d4 {
    background: url(../images/down1.png) no-repeat center center;
    background-size: 15rem;
  }
}
.ziliao {
  padding: 75rem 0 88rem 0;
}
.ziliao .ziliao-bottom {
  margin-top: 77rem;
}
.ziliao .ziliao-bottom .aside-left {
  float: left;
  width: 18%;
  position: sticky;
  top: 100rem;
  background-color: #ffffff;
  box-shadow: 0rem 10rem 4rem 0rem rgba(0, 0, 0, 0.03);
}
.ziliao .ziliao-bottom .aside-left ul li a {
  display: block;
  font-size: 20rem;
  line-height: 80rem;
  color: #222222;
  position: relative;
  padding: 0 48rem;
}
.ziliao .ziliao-bottom .aside-left ul li a:after {
  content: '';
  display: block;
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 33;
  opacity: 0;
  transition: 0.5s;
  background-color: #00a0e9;
}
@media (min-width: 1025px) {
  .ziliao .ziliao-bottom .aside-left ul li:hover a {
    background: #f6f6f6;
  }
  .ziliao .ziliao-bottom .aside-left ul li:hover a:after {
    opacity: 1;
  }
}
.ziliao .ziliao-bottom .aside-left ul .active a {
  background: #f6f6f6;
}
.ziliao .ziliao-bottom .aside-left ul .active a:after {
  opacity: 1;
}
.ziliao .ziliao-bottom .aside-right {
  float: right;
  width: 81%;
}
.downloadlist1 li a {
  border-radius: 0;
  padding-left: 60rem;
  line-height: 97rem;
  background-color: #ffffff;
  box-shadow: 0rem 3rem 9rem 0rem rgba(0, 0, 0, 0.03);
}
.downloadlist1 li a .pic {
  width: 56rem;
  height: 56rem;
  display: inline-block;
  vertical-align: middle;
}
.downloadlist1 li span {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.downloadlist1 li .d4 {
  background: url(../images/down01.png) no-repeat center center;
  background-size: 21rem;
  height: 97rem;
  right: 40rem;
}
@media (min-width: 1025px) {
  .downloadlist1 li a:hover .d4 {
    background: url(../images/down02.png) no-repeat center center;
    background-size: 21rem;
  }
}
.zhici01 {
  margin-top: 68rem;
  padding: 122rem 128rem;
  border-radius: 10rem;
  background: url(../images/bg5.png) no-repeat top center;
  background-size: cover;
  position: relative;
  height: 508rem;
}
.zhici01 .text .bt {
  font-size: 42rem;
  margin-bottom: 18rem;
  color: #ffffff;
}
.zhici01 .text .span {
  font-size: 20rem;
  line-height: 30rem;
  margin-bottom: 40rem;
  color: #ffffff;
}
.zhici01 .text .p {
  font-size: 20rem;
  color: #ffffff;
}
.zhici01 .pic {
  width: 452rem;
  position: absolute;
  bottom: 0;
  right: 250rem;
}
.zhici01 .pic:after {
  padding-bottom: 122.78761062%;
}
.zhici-jsh {
  font-size: 16rem;
  line-height: 34rem;
  padding: 43rem 28rem 142rem 28rem;
  width: 97%;
  color: #666666;
}
.zhici-jsh p {
  margin-bottom: 20rem;
}
.zhici02 .item .item-title {
  text-align: center;
  font-size: 32rem;
  font-weight: bold;
  color: #42aeec;
  margin-bottom: 73rem;
}
.zhici02 .item .ul {
  margin: 0 -50rem;
  font-size: 0;
}
.zhici02 .item .li {
  padding: 0 50rem;
  margin-bottom: 63rem;
}
.zhici02 .item .li .span {
  font-size: 18rem;
  line-height: 30rem;
  color: #666666;
  text-align: right;
  padding: 0 14rem;
  padding-bottom: 32rem;
  border-bottom: 2rem solid #d1d2d2;
}
.zhici02 .item .li .span span {
  font-size: 28rem;
  color: #333333;
  text-align: left;
  float: left;
  display: block;
}
.zhici02 .item .li .p {
  font-size: 16rem;
  line-height: 34rem;
  overflow: auto;
  max-height: 408rem;
  margin: 34rem 28rem;
  color: #666666;
}
.zhici02 .item .li1 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.zhici02 .zhici-bo {
  padding-top: 60rem;
}
.zixun .zixun-bottom {
  padding-top: 58rem;
}
.zixun .zixun-text {
  font-size: 0;
  padding: 34rem 56rem 57rem 56rem;
  background-color: #f8f8f8;
  border-radius: 10rem;
}
.zixun .zixun-text .bt {
  font-size: 28rem;
  margin-bottom: 20rem;
  color: #333333;
}
.zixun .zixun-text .left {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
}
.zixun .zixun-text .left span {
  font-size: 22rem;
  color: #00a0e9;
}
.zixun .zixun-text .left p {
  font-size: 58rem;
  line-height: 70rem;
  color: #555555;
}
.zixun .zixun-text .left i {
  font-size: 22rem;
  font-style: normal;
  color: #555555;
}
.zixun .zixun-text .center {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.zixun .zixun-text .center span {
  font-size: 22rem;
  color: #222222;
  display: inline-block;
  vertical-align: middle;
}
.zixun .zixun-text .center p {
  font-size: 22rem;
  padding-left: 48rem;
  color: #00a0e9;
  display: inline-block;
  vertical-align: middle;
}
.zixun .zixun-text .right {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  font-size: 22rem;
  color: #222222;
}
.zixun .zixunlist {
  margin: 0 -85rem;
  padding-top: 36rem;
  padding-bottom: 71rem;
}
.zixun .zixunlist ul {
  width: 50%;
  float: left;
  padding: 0 85rem;
}
.zixun .zixunlist ul li {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.zixun .zixunlist ul li span {
  float: left;
  width: 50%;
  display: block;
  font-size: 16rem;
  line-height: 43rem;
  color: #666666;
}
.zixun .zixunlist ul li .span2 {
  text-align: right;
}
.zixun .zixun-nav {
  overflow: hidden;
}
.zixun .zixun-nav ul {
  margin: 0 -2rem;
}
.zixun .zixun-nav ul li {
  width: 12.5%;
  float: left;
  padding: 0 2rem;
}
.zixun .zixun-nav ul li a {
  display: block;
  font-size: 16rem;
  line-height: 54rem;
  background-color: #eeeeee;
  border: solid 1rem #c8c8c8;
  color: #666666;
  text-align: center;
}
.zixun .zixun-nav ul .active a {
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  color: #fff;
}
.zixun .zixun-show .zixun-info {
  display: none;
  padding-top: 88rem;
  padding-bottom: 109rem;
}
.zixun .zixun-xiazai ul {
  margin: 0 -7rem;
}
.zixun .zixun-xiazai ul li {
  float: left;
  width: 16.66666667%;
  padding: 0 7rem;
}
.zixun .zixun-xiazai ul li .span {
  font-size: 16rem;
  line-height: 43rem;
  color: #333333;
}
.zixun .zixun-xiazai ul li select {
  width: 100%;
  height: 46rem;
  padding: 0 20rem;
  background-color: #ffffff;
  border: solid 1rem #e9e9e9;
}
.zixun .zixun-xiazai ul li select::-ms-expand {
  display: none;
}
.zixun .zixun-xiazai ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/arrow1.png) no-repeat scroll 95% center;
  background: #ffffff \9 \0;
  background-size: 11rem;
}
.zixun .zixun-xiazai .xiazai-btn {
  padding-top: 28rem;
}
.zixun .zixun-xiazai .xiazai-btn a {
  float: right;
  text-align: center;
  font-size: 18rem;
  line-height: 52rem;
  color: #ffffff;
  width: 160rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 4rem;
}
.zixun .zixun-xiazai .xiazai-btn a img {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem;
}
#bottom-table {
  padding-top: 91rem;
}
#bottom-table .row2 {
  border-bottom: 1px solid #d4d4d4;
}
#bottom-table th {
  padding: 4rem;
}
#bottom-table td {
  padding: 4rem;
  text-align: center !important;
}
.zixun-p {
  color: #333;
}
.zhaiyao .zhaiyao-bottom .show .info {
  display: none;
}
.zhaiyao .high-wrap {
  margin-top: 30rem;
}
.zhaiyao .high-wrap h3 {
  padding-bottom: 10rem;
  font-size: 14rem;
}
.zhaiyao .table-wrap {
  position: relative;
  overflow-x: auto;
}
.zhaiyao .table-wrap .ann-high td {
  padding: 10rem 40rem;
  text-align: right;
  font-size: 16rem;
}
.zhaiyao .table-wrap .ann-high thead td {
  font-size: 18rem;
}
.zhaiyao .table-wrap .ann-high tr td:first-child {
  text-align: left;
  min-width: 180rem;
}
.zhaiyao .table-wrap .ann-high-grey {
  background-color: #e4f4fc;
}
.zhaiyao-top .home-title {
  float: left;
}
.zhaiyao-top .list {
  float: right;
  margin-top: 20rem;
}
.zhaiyao-top .list ul li {
  float: left;
  margin-left: 24rem;
}
.zhaiyao-top .list ul li a {
  display: block;
  width: 160rem;
  line-height: 48rem;
  border-radius: 4rem;
  font-size: 18rem;
  color: #333333;
  text-align: center;
  border: 2rem solid #b9baba;
}
.zhaiyao-top .list ul .active a {
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  color: #fff;
  line-height: 52rem;
  border: 0;
}
.app {
  overflow: hidden;
  background: #f7f7f7;
}
.applist2 li {
  margin-bottom: 124rem;
  position: relative;
}
.applist2 li .box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.applist2 li .box .img {
  float: left;
  width: 59.7%;
  display: inline-block;
  margin-right: -170rem;
}
.applist2 li .box .img .pic:after {
  padding-bottom: 49.13606911%;
}
.applist2 li .box .text {
  float: right;
  width: 53.3%;
  padding-right: 104rem;
  display: inline-block;
  vertical-align: top;
}
.applist2 li .box .text .home-title2 {
  position: relative;
  line-height: 86rem;
}
.applist2 li .box .text .home-title2 p {
  font-family: var(--OPPOSans-B);
  font-size: 71rem;
  color: rgba(176, 176, 176, 0.13);
  width: 128%;
}
.applist2 li .box .text .home-title2 h3 {
  font-size: 30rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.applist2 li .box .text .p {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
  margin-top: 23rem;
  margin-bottom: 43rem;
}
.applist2 li .box .text .list a {
  float: left;
  display: block;
  font-size: 16rem;
  line-height: 45rem;
  min-width: 150rem;
  color: #333333;
  max-width: 185rem;
  background-color: #ffffff;
  border: solid 1rem #b9b9b9;
  margin-right: 58rem;
  padding: 0 15rem;
  margin-bottom: 5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .applist2 li .box .text .list a:hover {
    color: #fff;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%), linear-gradient(#ffffff, #ffffff);
  }
}
.applist2 li .box .text .list1 {
  padding-top: 37rem;
  overflow: hidden;
}
.applist2 li .box .text .list1 a {
  float: left;
  display: block;
  font-size: 16rem;
  line-height: 45rem;
  color: #333333;
  max-width: 170rem;
  margin-right: 50rem;
  padding: 0 30rem 0 15rem;
  margin-bottom: 5rem;
  text-align: left;
  background: url(../images/more3.png) no-repeat center right;
  background-size: 16rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .applist2 li .box .text .list1 a:hover {
    color: var(--main-color);
  }
}
@media (min-width: 1025px) {
  .applist2 li:hover .box .img .pic img {
    transform: scale(1.05);
  }
}
.applist2 li:nth-child(2n) .box {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: row-reverse;
  flex-direction: inherit;
}
.applist2 li:nth-child(2n) .box .img {
  margin-left: -170rem;
  margin-right: 0;
}
.applist2 li:nth-child(2n) .box .text {
  padding-right: 0;
  padding-left: 104rem;
}
.app .app0-bottom {
  padding-top: 104rem;
}
.app-show {
  padding: 61rem 0 0 0;
  overflow: hidden;
}
.app-show .appshow-bottom {
  padding-top: 70rem;
  padding-bottom: 58rem;
}
.app-show .jsh {
  font-size: 18rem;
  line-height: 34rem;
  margin-top: 39rem;
  color: #666666;
}
.app-show .jsh p {
  margin-bottom: 20rem;
}
.ap-li {
  font-size: 0;
  /* background: #f7f7f7 url(../images/line2.png) no-repeat bottom center; */
  background-size: 100%;
  padding-bottom: 2rem;
  margin-bottom: 54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ap-li .text {
  display: inline-block;
  vertical-align: top;
  width: 50.5%;
  padding: 48rem 52rem;
}

.app-show .appshow-bottom .ap-li .text {
  display: inline-block;
  vertical-align: top;
  width: 50.5%;
  padding: 0;
  padding-right:52rem;
}

.ap-li .text .bt {
  margin-bottom: 23rem;
  font-size: 26rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #000000;
}
.ap-li .text .p {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
}
.ap-li .img {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}
.ap-li .img img {
  display: block;
}
.apps01 {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.apps01 .box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.apps01 .box .img {
  float: left;
  width: 65%;
  display: inline-block;
  margin-left: -170rem;
}
.apps01 .box .img img {
  display: block;
}
.apps01 .box .text {
  float: right;
  width: 53%;
  padding-left: 74rem;
  display: inline-block;
  vertical-align: top;
}
.apps01 .box .text .bt {
  font-size: 20rem;
  color: #00a0e9;
}
.apps01 .box .text .p {
  font-size: 22rem;
  font-weight: bold;
  line-height: 36rem;
  color: #666666;
  margin-top: 29rem;
}
.apps02 .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.apps02 .box .img {
  margin-left: 0;
  margin-right: -170rem;
}
.apps02 .box .text {
  padding-left: 0;
  padding-right: 74rem;
}
.apps03 {
  padding: 55rem 0;
}
.nelist {
  padding: 0 10rem;
}
.nelist li {
  width: 25%;
  float: left;
  padding: 0 16rem;
}
.nelist li a {
  display: block;
  position: relative;
}
.nelist li .pic:after {
  padding-bottom: 129.72972973%;
}
.nelist li .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: left;
  padding: 28rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.nelist li .hover .h3 {
  font-size: 20rem;
  font-weight: bold;
  line-height: 25rem;
  height: 50rem;
  margin-bottom: 16rem;
  overflow: hidden;
  color: #ffffff;
}
.nelist li .hover .p {
  font-size: 16rem;
  line-height: 24rem;
  height: 48rem;
  overflow: hidden;
  margin-bottom: 27rem;
  color: #ffffff;
}
.nelist li .hover .more3 {
  padding: 0;
  height: 32rem;
}
.nelist li .hover .more3 p {
  font-size: 16rem;
  line-height: 32rem;
  color: #ffffff;
  display: inline-block;
  padding-right: 40rem;
  background: url(../images/more3h.png) no-repeat center right;
  background-size: 16rem;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .nelist li:hover .pic img {
    transform: scale(1.2);
  }
}
.re-title {
  font-size: 42rem;
  line-height: 43rem;
  padding-left: 32rem;
  color: #222222;
  position: relative;
}
.re-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 43rem;
  background-image: linear-gradient(179deg, #00a0e9 0%, #56b776 73%, #abcd03 100%);
  border-radius: 3rem;
}
.apps04 {
  padding: 103rem 0 75rem 0;
  background-color: #fafafa;
}
.apps04 .prolist1 {
  padding-top: 53rem;
  padding-bottom: 57rem;
}
.apps04 .more5 {
  text-align: center;
}
.apps04 .more5 a {
  font-size: 18rem;
  line-height: 31rem;
  color: #666666;
  background: url(../images/jia.png) no-repeat center right;
  padding-right: 30rem;
  background-size: 16rem;
}
.apps06 {
  text-align: center;
  padding: 79rem 0;
  background: url(../images/bg6.jpg) no-repeat center center;
  background-size: cover;
}
.apps06 .bt {
  font-size: 46rem;
  font-weight: bold;
  color: #ffffff;
}
.apps06 .span {
  font-size: 28rem;
  margin-bottom: 29rem;
  color: #ffffff;
}
.apps06 .more2 a {
  margin: 0 auto;
  width: 160rem;
}
.apps06 .more2 a img {
  display: inline-block;
  vertical-align: middle;
}
.baogao {
  padding-bottom: 0;
}
.baogao .ap-li {
  margin-top: 84rem;
  padding: 0;
  background: #f7f7f7;
  margin-bottom: 106rem;
}
.baogao .ap-bt {
  font-size: 26rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #000000;
}
.baogao .nelist {
  margin: 0 -19rem;
  padding-top: 61rem;
  padding-bottom: 77rem;
}
.baogao .nelist li {
  width: 33.33333333%;
  float: left;
  padding: 0 19rem;
}
.baogao .nelist li .box {
  display: block;
  position: relative;
}
.baogao .nelist li .pic {
  border-radius: 14rem;
  background: #000;
}
.baogao .nelist li .pic:after {
  padding-bottom: 100%;
}
.baogao .nelist li .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: left;
  padding: 28rem;
}
.baogao .nelist li .hover .h3 {
  font-size: 25rem;
  text-shadow: 0rem 3rem 10rem rgba(18, 18, 35, 0.79);
  line-height: 30rem;
  height: auto;
  margin-bottom: 16rem;
  overflow: hidden;
  position: relative;
  padding-left: 10rem;
}
.baogao .nelist li .hover .h3:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 24rem;
  background-color: #00a0e9;
  border-radius: 2rem;
}
.baogao .nelist li .hover .p {
  font-size: 16rem;
  line-height: 31rem;
  color: #ffffff;
  height: 0;
}
@media (min-width: 1025px) {
  .baogao .nelist li:hover .hover .p {
    height: 124rem;
  }
}
.baogao01 {
  padding: 49rem 0 120rem 0;
  background: #f5f5f7;
}
.baogao01 .downloadlist2 {
  padding-bottom: 0;
}
.baogao01 .downloadlist2 li a {
  border-radius: 0;
  line-height: 97rem;
  box-shadow: 0rem 3rem 9rem 0rem rgba(0, 0, 0, 0.03);
}
.baogao01 .downloadlist2 li .box {
  padding-right: 120rem;
}
.baogao01 .downloadlist2 li .box span {
  font-size: 18rem;
  color: #222222;
}
.baogao01 .downloadlist2 li span {
  vertical-align: middle;
  display: inline-block;
  line-height: 97rem;
  float: none;
}
.baogao01 .downloadlist2 li .d1 {
  width: 42%;
}
.baogao01 .downloadlist2 li .d2 {
  width: 13%;
}
.baogao01 .downloadlist2 li .d2 img {
  margin: 0 auto;
  width: 56rem;
  display: inline-block;
  vertical-align: middle;
}
.baogao01 .downloadlist2 li .d3 {
  float: none;
  width: 14%;
}
.baogao01 .downloadlist2 li .d5 {
  width: 19%;
  font-size: 16rem;
  text-align: center;
  padding: 0;
  color: #888888;
}
.baogao01 .downloadlist2 li .d4 {
  background: url(../images/down01.png) no-repeat center center;
  background-size: 21rem;
  height: 97rem;
  right: 40rem;
}
@media (min-width: 1025px) {
  .baogao01 .downloadlist2 li a:hover span {
    color: #fff;
  }
  .baogao01 .downloadlist2 li a:hover .d4 {
    background: url(../images/down02.png) no-repeat center center;
    background-size: 21rem;
  }
}
.product1 {
  padding: 0 !important;
}
.pro-nav {
  /* margin-top: 56rem; */
  background-color: #ffffff;
  box-shadow: 3rem 10rem 4rem 0rem rgba(0, 0, 0, 0.03);
}
.pro-nav ul li {
  width: 12.5%;
  float: left;
  text-align: center;
}
.pro-nav ul li a {
  display: block;
  font-size: 16rem;
  line-height: 60rem;
  color: #222222;
  position: relative;
}
.pro-nav ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background: #00a0e9;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .pro-nav ul li:hover a {
    background: #f6f6f6;
  }
  .pro-nav ul li:hover a:after {
    opacity: 1;
  }
}
.pro-nav ul .active a {
  background: #f6f6f6;
}
.pro-nav ul .active a:after {
  opacity: 1;
}
.prn1 ul li {
  width: 12.5%;
}
.cle2 {
  position: relative;
}
.current {
  padding: 25rem 0 25rem 0;
}
.current span {
  font-size: 14rem;
  line-height: 24rem;
  color: #666666;
  background: url(../images/home.png) no-repeat center left;
  padding-left: 40rem;
  background-size: 17rem;
}
.current span a {
  color: #666666;
}
.current span b {
  font-weight: normal;
}

.current1 span {
  color: #fff;
  background: url(../images/home1.png) no-repeat center left;
}
.current1 span a {
  color: #fff;
}
.current1 span b {
  font-weight: normal;
  color: #fff;
}

.product1 {
  background: #f5f5f7;
}
.pro-show .pro-item {
  position: relative;
}
.pr01 {
  padding: 86rem 0;
}
.pr01 .text {
  float: left;
  width: 45%;
}
.pr01 .text .jsh {
  font-size: 18rem;
  line-height: 41rem;
  margin-top: 54rem;
  color: #666666;
  min-height:300rem;
}

.pr01 .text .jsh p {
  margin-bottom: 15rem;
}
.pr01 .video {
  float: right;
  width: 51%;
  position:absolute;
  top:0;
  right:0;
}
.pr01 .video img {
  background-color: #cacaca;
  /* border-radius: 10rem; */
  width:100%;
}
.pr01 .video:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /* background: url(../images/video.png) no-repeat center center; */
  background-size: 41rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.pr02 {
  padding-bottom: 95rem;
}
.pr02 .prolist1 {
  padding-top: 18rem;
}
.pr02 .prolist1 ul li.last a {
  border: solid 1rem #b6bbc3;
}
.pr02 .prolist1 ul li.last .box .left .pic {
  background: #f6f9fd;
  border-radius: 10rem;
}
.pr02 .prolist1 .h3 {
  text-align: center;
  background: url(../images/xuanxing.png) no-repeat top center;
  padding-top: 100rem;
  background-size: 74rem;
  font-size: 22rem;
  color: #222222;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.pr03 {
  padding: 69rem 0;
  background: #edf4f9;
}
.pr03 .cards {
  /* height: 500rem; */
  margin-top: 61rem;
  overflow:hidden;
  position: relative;
}
.pr03 .zhihui1,
.pr03 .zhihui2,
.pr03 .zhihui3,
.pr03 .zhihui4,
.pr03 .zhihui5,
.pr03 .zhihui6,
.pr03 .zhihui7,
.pr03 .zhihui8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pr03 .zhihui1 .card {
  width: 90%;
}
.pr03 .zhihui2 {
  z-index: 3;
}
.pr03 .zhihui2 {
  top: 50rem;
}
.pr03 .zhihui2 .card {
  width: 96%;
}
.pr03 .zhihui3 {
  top: 100rem;
}
.pr03 .zhihui3 {
  z-index: 4;
}
.pr03 .card {
  background-color: #ffffff;
  /* box-shadow: 0rem 1rem 26rem 0rem rgba(36, 37, 37, 0.23); */
  border-radius: 20rem;
  overflow: hidden;
  padding: 55rem 68rem;
  margin: 0 auto;
}
.pr03 .cards-swiper {
  overflow: hidden;
}
.pr03 .card .images {
  float: left;
  width: 28%;
}
.pr03 .card .texts {
  float: right;
  width: 72%;
  padding-left: 50rem;
  padding-top: 36rem;
}
.pr03 .card .texts strong {
  font-size: 22rem;
  margin-bottom: 15rem;
  font-weight: bold;
  color: #666666;
}
.pr03 .card .texts p {
  font-size: 18rem;
  line-height: 36rem;
  color: #666666;
}
.pr03 .card .texts {
  font-size: 18rem;
  line-height: 36rem;
  color: #666666;
}
.pr04 {
  padding: 85rem 0;
  background: #f5f5f7;
}
.pr04 .box .img {
  float: left;
  width: 59.2%;
  margin-left: -170rem;
  padding-right: 22rem;
  padding-bottom: 22rem;
  position: relative;
  overflow: hidden;
}
.pr04 .box .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 22rem;
  right: 0;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
}
.pr04 .box .img .pic {
  z-index: 33;
}
.pr04 .box .img .pic:after {
  padding-bottom: 61.26914661%;
}
.pr04 .box .text {
  float: right;
  width: 49%;
  padding-top: 77rem;
}
.pr04 .box .text .bt {
  font-size: 28rem;
  margin-top: 71rem;
  color: #333333;
}
.pr04 .box .text .span {
  font-size: 20rem;
  margin-bottom: 33rem;
  color: rgba(51, 51, 51, 0.57);
}
.pr04 .box .text .p {
  font-size: 16rem;
  line-height: 31rem;
  margin-bottom: 53rem;
  color: #333333;
}
.pr04 .box .text .more2 a {
  width: 151rem;
  line-height: 44rem;
  font-size: 18rem;
}
.pr04 .box .text .more2 a span {
  height: 44rem;
}
.pr05 {
  /* padding: 94rem 0 0 0; */
}
.pr05 .p-top .re-title {
  float: left;
}
.pr05 .p-top .right {
  float: right;
}
.pr05 .p-top .right a {
  display: block;
  font-size: 18rem;
  line-height: 43rem;
  letter-spacing: 1rem;
  color: #00a0e9;
}
.pr05 .newslist1 {
  padding-bottom: 14rem;
  padding-top: 57rem;
}
.pr06 {
  padding: 107rem 0 73rem 0;
  background: url(../images/bg7.jpg) no-repeat top center;
  background-size: cover;
}
.pr06 .text {
  float: left;
  width: 46%;
}
.pr06 .chengguo {
  font-size: 20rem;
  line-height: 87rem;
  padding: 23rem 0;
  color: #222222;
}
.pr06 .chengguo p {
  border-bottom: dashed 1rem rgba(255, 255, 255, 0.9);
  padding: 0 51rem;
}
.pr06 .chengguo span {
  font-size: 44rem;
  background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.pr06 .jsh {
  font-size: 18rem;
  line-height: 30rem;
  margin: 43rem 0 0 0;
  color: #666666;
  padding: 0 0 0 51rem;
}
.pr06 .more2 {
  padding: 0 0 0 51rem;
}
.pr06 .right {
  float: right;
  width: 47%;
}
.pr02 .job2 {
  margin-top: 54rem;
}
.pr02 .list {
  padding-bottom: 59rem;
}
.pr02 .job2 span {
  position: relative;
  z-index: 2;
}
.pr02 .job2 dl {
  margin-bottom: 12rem;
}
.pr02 .job2 dt {
  overflow: hidden;
  cursor: pointer;
  font-size: 18rem;
  line-height: 65rem;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 8rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.pr02 .job2 dt .info {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 8rem;
}
.pr02 .job2 dt .span-01 {
  display: block;
  width: 63%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 22rem;
  color: #0172a6;
  text-align: left;
  padding: 0 46rem;
}
.pr02 .job2 dt .span-02 {
  display: block;
  width: 9%;
  float: right;
  font-size: 14rem;
  color: #666666;
  background: url(../images/jia1.png) no-repeat center left;
  background-size: 17rem;
  padding-left: 30rem;
}
.pr02 .job2 dt .span-02 .shouqi {
  display: none;
}
.pr02 .job2 dt .span-02 b {
  font-weight: normal;
}
.pr02 .job2 dd {
  height: 0;
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
  overflow: hidden;
}
.pr02 .job2 dd .nr {
  padding: 13rem 0 27rem 0;
  position: relative;
  overflow: hidden;
}
.pr02 .job2 dd .nr .prolist1 ul {
  padding-bottom: 48rem;
  overflow: hidden;
}
.pr02 .job2 dd .nr .more7 {
  text-align: center;
}
.pr02 .job2 dd .nr .more7 a {
  background: url(../images/jiantou.png) no-repeat center right;
  padding-right: 30rem;
  background-size: 18rem;
  font-size: 22rem;
  color: #222222;
}
.pr02 .job2 .cur dt {
  background-image: linear-gradient(0deg, #00a0e9 0%, #6fc258 100%);
}
.pr02 .job2 .cur dt .span-02 {
  background: url(../images/jian1.png) no-repeat center left;
  background-size: 17rem;
}
.pr02 .job2 .cur dt .span-02 .shouqi {
  display: block;
}
.pr02 .job2 .cur dt .span-02 .zhankai {
  display: none;
}
.pr02 .job2 .cur dd {
  height: auto !important;
}
.pr02 .job2 .p-01 {
  font-size: 22rem;
  margin-bottom: 13rem;
  font-weight: bold;
  color: #222222;
}
.pr02 .job2 .red {
  color: #ff0000;
}
@media (min-width: 1025px) {
  .pr02 .job2 .send:hover a {
    background: var(--main-color);
    color: #fff;
  }
}
.pr02 .job2 .send a {
  display: inline-block;
  padding: 0 21rem;
  margin-top: 36rem;
  width: 160rem;
  line-height: 52rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 4rem;
  font-size: 18rem;
  color: #fcfbfb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-align: center;
}
.pr02 .job2 .send i {
  margin-right: 10rem;
  vertical-align: top;
  display: inline-block;
  background: url(../images/toudi.png) no-repeat center center;
  background-size: 100%;
  width: 35rem;
  height: 50rem;
}
.yingyonglist {
  padding-top: 48rem;
}
.yingyonglist ul {
  margin: 0 -10rem;
}
.yingyonglist ul li {
  width: 14.285%;
  float: left;
  padding: 0 10rem;
  margin-bottom: 27rem;
}
.yingyonglist ul li .box{
  position:relative;
}
.yingyonglist ul li .box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}
.yingyonglist ul li .pic:after {
  padding-bottom: 72.31638418%;
}
.yingyonglist ul li .bt {
  text-align: center;
  font-size: 20rem;
  font-weight:700;
  line-height: 73rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #fff;
  position: absolute;
  bottom:0;
  transition: 0.6s;
  z-index: 9;
  width:100%;
}
@media (min-width: 1025px) {
    .yingyonglist ul li:hover .bt {
        top: 15%;
    }
}
.product-show {
  background: #f5f5f7 url(../images/pbg7.jpg) no-repeat top center;
  background-size: 100%;
}
.product1-show {
  padding: 0 !important;
}
.product1-show .proshow-bottom {
  padding-top: 9rem;
}
.product1-show .proshow-bottom .title1 {
  font-size: 20rem;
  text-align: center;
  color: #00a0e9;
}
.product1-show .proshow-bottom .title2 {
  font-size: 48rem;
  margin-bottom: 40rem;
  color: #333333;
  text-align: center;
}
.product1-show .proshow-bottom .txt {
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
  text-align: center;
}
.product1-show .re-title1 {
  font-size: 32rem;
  color: #333333;
}
.product1-show .re-title1:after {
  width: 4rem;
  height: 35rem;
}
.product1-show .pxiangqing {
  padding-top: 83rem;
  padding-bottom: 81rem;
}
.product1-show .pxiangqing .img {
  float: left;
  width: 34%;
  background: url(../images/psbg.png) no-repeat top center;
  background-size: cover;
  position: sticky;
  top: 120rem;
}
.product1-show .pxiangqing .text {
  float: right;
  width: 62%;
}
.product1-show .pxiangqing .text .p {
  font-size: 16rem;
  line-height: 47rem;
  margin-top: 25rem;
  color: #333333;
}
.product1-show .ptable {
  padding-top: 31rem;
  padding-bottom: 79rem;
}
.product1-show .ptable table tr {
  background-color: #ffffff;
}
.product1-show .ptable table tr td {
  border: solid 1rem #cad3d4;
  font-size: 16rem;
  line-height: 33rem;
  color: #333333;
  text-align: center;
  padding: 10rem 10rem;
}
.product1-show .ptable table tr:nth-child(2n) {
  background-color: #f5f5f7;
}
.product1-show .ptable table tr:nth-child(1) {
  background-color: #effdfe;
}
.product1-show .yingyonglist1 {
  padding-bottom: 34rem;
}
.product1-show .proshow-bottom1 {
  padding-top: 48rem;
}
.product1-show .proshow-bottom1 .pxiangqing .img {
  width: 44%;
  border-radius: 10rem;
}

.product1-show .proshow-bottom1 .pxiangqing .img img{
  border-radius: 10rem;
}

.product1-show .proshow-bottom1 .pxiangqing .text {
  width: 51.5%;
  padding-top: 16rem;
}
.product1-show .proshow-bottom1 .pxiangqing .text .p {
  border-top: 1px solid #9f9fa0;
  padding-top: 38rem;
  font-size: 18rem;
  line-height: 45rem;
  padding-bottom: 89rem;
  color: #555555;
}
.product1-show .ptable1 {
  border-top: 1px solid #9f9fa0;
  padding-top: 48rem;
  padding-bottom: 79rem;
  margin-top: 30rem;
}
.product1-show .ptable1 table {
  border-top: 3rem solid #e1e3e8;
}
.product1-show .ptable1 table tr td {
  border-right: solid 1rem #cad3d4;
  font-size: 16rem;
  line-height: 40rem;
  color: #666666;
  padding: 1rem 50rem;
}
.product1-show .ptable1 table tr:nth-child(2n) {
  background-color: #e3eef6;
}
.product1-show .ptable1 table tr:nth-child(1) {
  background-color: #f4f5fa;
}
.product1-show .ptable1 table tr:nth-child(1) td {
  font-size: 20rem;
  color: #222222;
}
.product1-show .downloadlist li .d1 {
  width: 70%;
}
.product1-show .downloadlist li .d2 {
  width: 30%;
  font-size: 14rem;
}
.product1-show .downloadlist {
  padding-bottom: 0;
  padding-top: 36rem;
  margin-top: 17rem;
  border-top: 1px solid #9f9fa0;
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 70rem 0 136rem 0;
}
.about01 .home-title {
  float: left;
  width: 27%;
}
.about01 .text {
  float: right;
  width: 68%;
}
.about01 .text .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #666666;
}
.about01 .text .p p {
  margin-bottom: 19rem;
}
.about01 .img {
  margin-top: 45rem;
}
.youshi {
  padding: 57rem 31rem 32rem 51rem;
}
.youshi li {
  width: 20%;
  float: left;
}
.youshi li .box {
  position: relative;
  padding: 13rem 0 0 0;
  border-right: 1px solid #e3e3e3;
}
.youshi li .text1 .num {
  font-size: 16rem;
  color: #6e6e6e;
  letter-spacing: 3rem;
}
.youshi li .text1 .num span {
  font-family: var(--OPPOSans-M);
  font-size: 58rem;
  line-height: 64rem;
  color: #333333;
  display: inline-block;
  vertical-align: top;
}
.youshi li .text1 .num i {
  font-size: 32rem;
  color: #333333;
  font-family: var(--OPPOSans-M);
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  line-height: 30rem;
}
.youshi li .text1 .p {
  font-size: 16rem;
  margin-top: 5rem;
  color: #666666;
}
.youshi li:nth-child(1) {
  width: 18%;
}
.youshi li:nth-child(2) {
  width: 29.5%;
  padding-left: 84rem;
}
.youshi li:nth-child(3) {
  width: 26.5%;
  padding-left: 84rem;
}
.youshi li:nth-child(4) {
  width: 25.5%;
  padding-left: 65rem;
}
.youshi li:nth-child(4) .box {
  border: 0;
}
.about02 {
  padding: 94rem 0;
}
.inside-about-2 {
  position: relative;
  padding: 90rem 0;
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
}
.inside-about-2 .inside-title {
  padding-bottom: 40rem;
}
.inside-about-2 .tabnav {
  position: sticky;
  left: 0;
  width: 100%;
  top: 80rem;
  z-index: 10;
  padding-top: 68rem;
}
.inside-about-2 .tabnav:before {
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  top: 69rem;
  position: absolute;
  background: #f2f2f2;
}
.inside-about-2 .tabnav ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about-2 .tabnav li {
  width: 25%;
  color: #333;
  cursor: pointer;
  padding-top: 20rem;
  position: relative;
  font-size: 18rem;
}
.inside-about-2 .tabnav li:before {
  content: '';
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: -5rem;
  left: 0rem;
}
.inside-about-2 .tabnav li .line {
  top: 0;
  left: 0;
  content: '';
  width: 0%;
  height: 2rem;
  position: absolute;
  opacity: 0;
  background: var(--main-color);
  transition: all 1000ms linear;
}
.inside-about-2 .tabnav li .time {
  font-size: 28rem;
  font-family: var(--OPPOSans-B);
}
.inside-about-2 .tabnav .cur:before {
  width: 14rem;
  height: 14rem;
  margin-top: -1rem;
  background: var(--main-color);
}
.inside-about-2 .tabnav .cur .line {
  opacity: 1;
  width: 100%;
}
.inside-about-2 .tabnav .cur .time,
.inside-about-2 .tabnav .cur .txt {
  color: var(--main-color);
}
.inside-about-2 .tabbox {
  margin-top: 90rem;
}
.inside-about-2 .tabcot:last-child {
  margin-bottom: 0;
}
.inside-about-2 .tabcot {
  margin-bottom: 400rem;
}
.inside-about-2 .tabcot .leftbox {
  width: 45%;
  z-index: 9;
  position: sticky;
  top: 40%;
  left: 0;
  float: left;
}
.inside-about-2 .tabcot .leftbox .year {
  line-height: 60rem;
  font-size: 60rem;
  color: var(--main-color);
  top: -30rem;
  position: absolute;
  background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 34;
  font-family: var(--OPPOSans-B);
}
.inside-about-2 .tabcot .leftboxC {
  height: 400rem;
  z-index: 9;
  top: 0%;
  left: 0;
}
.inside-about-2 .tabcot .item-year {
  opacity: 0;
  transition: all 1000ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.inside-about-2 .tabcot .item-year.show {
  opacity: 1;
}
.inside-about-2 .tabcot .item-year .pic:after {
  padding-bottom: 0;
}
.inside-about-2 .tabcot .item-nr {
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.inside-about-2 .tabcot .item-nr:nth-child(1) {
  min-height: 360rem;
}
.inside-about-2 .tabcot .txtbox {
  float: right;
  color: #333;
  padding-right: 130rem;
  line-height: 30rem;
  width: 52%;
}
.inside-about-2 .tabcot .txtbox .tit {
  font-size: 28rem;
  line-height: 35rem;
  color: #222222;
  font-family: var(--OPPOSans-B);
}
.inside-about-2 .tabcot .txtbox .txt {
  padding-top: 30rem;
  font-size: 16rem;
  line-height: 32rem;
  color: #222222;
}
@media (max-width: 1024px) {
  .inside-about-2 .tabcot {
    display: block;
  }
  .inside-about-2 .tabcot .leftbox {
    width: 100%;
    margin-top: 30px;
  }
  .inside-about-2 .tabcot .txtbox {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    line-height: 24px;
  }
}
.qiye {
  padding: 0 !important;
}
.gongchang .bt {
  font-size: 28rem;
  color: #333333;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 35rem;
  margin-top: 97rem;
  margin-bottom: 84rem;
}
.gongchang .list {
  margin-top: 90rem;
  padding: 22rem 46rem;
  overflow: hidden;
  background: url(../images/gcbg.png) no-repeat top center;
  background-size: 1526rem;
}
.gongchang .list ul li {
  width: 20%;
  float: left;
}
.gongchang .list ul li .box {
  font-size: 16rem;
  line-height: 28rem;
  font-weight: bold;
  color: #333333;
  padding-top: 68rem;
  padding-left: 60rem;
  min-height: 259rem;
}
.gongyi {
  background: url(../images/zrbg.jpg) no-repeat top center;
  background-size: cover;
}
.gongyi .gy-bottom {
  padding-top: 90rem;
  overflow: hidden;
}
.gongyi .text1 {
  float: left;
  width: 54%;
}
.gongyi .text1 .bt {
  font-size: 32rem;
  line-height: 44rem;
  margin-bottom: 52rem;
  color: #000000;
}
.gongyi .text1 .jsh {
  font-size: 18rem;
  line-height: 30rem;
  color: #666;
}
.gongyi .text1 .jsh b {
  color: var(--main-color);
}
.gongyi .img {
  float: right;
  width: 42%;
}
.gongyi02 {
  padding: 142rem 63rem 0 63rem;
}
.gongyi02 .title {
  font-size: 48rem;
  margin-bottom: 65rem;
  text-align: center;
  color: #333333;
}
.gongyi02 .newslist {
  margin: 0;
}
.gongyi02 .newslist .item {
  width: 33.33333%;
  padding: 0 49rem;
  margin-bottom: 73rem;
}
.home-about .home-top .home-title {
  float: left;
}
.home-about .home-top .jsh {
  float: right;
  font-size: 18rem;
  line-height: 36rem;
  color: #333333;
  padding-top: 18rem;
  width: 56%;
}
.home-about .home-bottom {
  padding-top: 76rem;
  padding-bottom: 48rem;
}
.home-about .home-bottom .left {
  font-size: 48rem;
  line-height: 58rem;
  letter-spacing: 4rem;
  color: #333333;
  float: left;
}
.home-about .home-bottom .youshi {
  float: right;
  width: 60%;
  padding: 13rem 0 13rem 61rem;
}
.home-about .home-bottom .youshi li:nth-child(2) {
  padding-left: 59rem;
}
.home-about .home-bottom .youshi li:nth-child(3) {
  padding-left: 62rem;
}
.home-about .home-bottom .youshi li:nth-child(4) {
  padding-left: 44rem;
}
.home-about .bottom-list {
  padding: 32rem 0;
  background-image: linear-gradient(125deg, rgba(0, 173, 163, 0.85) 0%, rgba(13, 119, 133, 0.85) 0%, rgba(25, 64, 103, 0.85) 0%, rgba(13, 112, 168, 0.85) 0%, rgba(0, 160, 233, 0.85) 0%, rgba(86, 183, 118, 0.85) 55%, rgba(171, 205, 3, 0.85) 100%);
  border-radius: 10rem;
}
.home-about .bottom-list .left {
  float: left;
  width: 73%;
  padding-left: 62rem;
  padding-right: 170rem;
}
.home-about .bottom-list .left .bt {
  font-size: 28rem;
  font-weight: bold;
  color: #ffffff;
}
.home-about .bottom-list .left ul {
  margin: 0 -71rem;
  padding-top: 19rem;
}
.home-about .bottom-list .left ul li {
  width: 50%;
  float: left;
  padding: 0 71rem;
  margin-bottom: 15rem;
}
.home-about .bottom-list .left ul li a {
  font-size: 18rem;
  line-height: 48rem;
  color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  background: url(../images/gd.png) no-repeat center right;
  background-size: 17rem;
  padding-right: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .home-about .bottom-list .left ul li:hover a {
    background: url(../images/gd1.png) no-repeat center right;
    background-size: 16rem;
  }
}
.home-about .bottom-list .right {
  float: right;
  width: 27%;
  padding-top: 61rem;
}
.home-about .bottom-list .right p {
  font-size: 18rem;
  line-height: 36rem;
  letter-spacing: 12rem;
  color: #ffffff;
}
.home-about .bottom-list .right span {
  font-size: 16rem;
  color: #ffffff;
  padding-top: 17rem;
  display: block;
}
.home-about .bottom-list .right h3 {
  font-size: 75rem;
  color: #ffffff;
}
.apps05 {
  padding: 89rem 0;
}
.apps05 .list ul {
  margin: 0 -18rem;
}
.apps05 .list ul li {
  width: 25%;
  float: left;
  padding: 0 18rem;
}
.apps05 .list ul li a {
  display: block;
  padding: 25rem 23rem;
  border: solid 2rem #00a0e9;
  min-height: 189rem;
  position: relative;
}
.apps05 .list ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 10rem;
  background: url(../images/we.png) no-repeat top center;
  background-size: 16rem;
  position: absolute;
  bottom: -10rem;
  left: 0;
}
.apps05 .list ul li a .box {
  position: relative;
  padding-left: 94rem;
}
.apps05 .list ul li a .pic {
  width: 70rem;
  position: absolute;
  top: 0;
  left: 0;
}
.apps05 .list ul li a .pic .mh {
  display: none;
}
.apps05 .list ul li a .text {
  color: #222222;
}
.apps05 .list ul li a .text .bt {
  font-size: 20rem;
  font-weight: bold;
  line-height: 35rem;
  margin-bottom: 13rem;
}
.apps05 .list ul li a .text .jsh1 {
  font-size: 16rem;
  line-height: 23rem;
}
.apps05 .list ul .active a {
  background: #00a0e9;
}
.apps05 .list ul .active a:after {
  background: url(../images/we1.png) no-repeat top center;
  background-size: 16rem;
}
.apps05 .list ul .active a .pic .m {
  display: none;
}
.apps05 .list ul .active a .pic .mh {
  display: block;
}
.apps05 .list ul .active a .text {
  color: #ffffff;
}
.apps05 .show {
  padding-top: 39rem;
}
.apps05 .show .info1 {
  display: none;
}
.apps05 .quasearch {
  position: relative;
  padding-right: 120rem;
  margin-top: 41rem;
}
.apps05 .quasearch input {
  height: 50rem;
  background-color: #ffffff;
  border-radius: 2rem;
  border: solid 1rem #d6d6d6;
  padding: 0 20rem;
  width: 100%;
  font-size: 18rem;
}
.apps05 .quasearch .btn {
  width: 98rem;
  line-height: 48rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 4rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 18rem;
  text-align: center;
}
.apps05 .quasearch .btn img {
  width: 17rem;
  display: inline-block;
  margin-left: 5rem;
  vertical-align: middle;
}
.qa-list {
  margin-top: 49rem;
  position: relative;
  overflow: hidden;
}
.qa-list .zhichi-bottom .list {
  font-size: 14rem;
  line-height: 25rem;
  color: #193559;
}
.qa-list .zhichi-bottom .list li {
  border-bottom: 1px solid #eae8e6;
}
.qa-list .zhichi-bottom .list li:last-child {
  padding-bottom: 0;
}
.qa-list .zhichi-bottom .list .title {
  padding: 14rem 94rem 14rem 96rem;
  font-size: 18rem;
  font-weight: bold;
  line-height: 38rem;
  color: #2b2517;
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.qa-list .zhichi-bottom .list .wen {
  display: inline-block;
  text-align: center;
  font-size: 18rem;
  line-height: 38rem;
  color: #2b2517;
  position: absolute;
  left: 53rem;
  top: 14rem;
  font-weight: normal;
}
.qa-list .zhichi-bottom .list .icon {
  width: 34rem;
  height: 34rem;
  position: absolute;
  z-index: 9;
  top: 18rem;
  right: 50rem;
}
.qa-list .zhichi-bottom .list .icon:before,
.qa-list .zhichi-bottom .list .icon:after {
  content: '';
  display: inline-block;
  background: #05112a;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.qa-list .zhichi-bottom .list .icon:before {
  width: 18rem;
  height: 2px;
}
.qa-list .zhichi-bottom .list .icon:after {
  width: 2px;
  height: 18rem;
}
.qa-list .zhichi-bottom .list .info {
  padding: 6rem 53rem 24rem 53rem;
  font-size: 16rem;
  line-height: 29rem;
  color: #555146;
  display: none;
}
.qa-list .zhichi-bottom .list .active .title .icon:before,
.qa-list .zhichi-bottom .list .active .title .icon:after {
  background: #05112a;
}
.qa-list .zhichi-bottom .list .active .title .icon:after {
  height: 0;
}
.qa-list .zhichi-bottom .list .active .box {
  background: #f7f7f7;
}
.qa-list .zhichi-bottom .list .active .title {
  color: #256fd4;
}
.liuyan .inside-message {
  padding: 50rem;
  margin-top: 44rem;
  background-color: #ffffff;
  box-shadow: 0rem 16rem 84rem 0rem rgba(120, 120, 120, 0.32);
}
.liuyan .inside-message .list {
  position: relative;
  margin: 0 -7rem;
}
.liuyan .inside-message li {
  width: 50%;
  float: left;
  padding: 0 7rem 16rem 7rem;
  position: relative;
}
.liuyan .inside-message .box {
  position: relative;
}
.liuyan .input-form,
.liuyan select,
.liuyan textarea {
  height: 64rem;
  background-color: #f5f5f5;
  border-radius: 10rem;
  width: 100%;
  border: none;
  font-size: 16rem;
  padding-left: 30rem;
  color: #32373e;
}
.liuyan .input-form::-webkit-input-placeholder,
.liuyan select::-webkit-input-placeholder,
.liuyan textarea::-webkit-input-placeholder {
  color: #32373e;
}
.liuyan .input-form:-moz-placeholder,
.liuyan select:-moz-placeholder,
.liuyan textarea:-moz-placeholder {
  color: #32373e;
  opacity: 1;
}
.liuyan .input-form::-moz-placeholder,
.liuyan select::-moz-placeholder,
.liuyan textarea::-moz-placeholder {
  color: #32373e;
  opacity: 1;
}
.liuyan .input-form:-ms-input-placeholder,
.liuyan select:-ms-input-placeholder,
.liuyan textarea:-ms-input-placeholder {
  color: #32373e;
}
.liuyan .red {
  position: absolute;
  top: 16rem;
  left: 12rem;
  font-size: 16rem;
  color: #f20808;
}
.liuyan .red img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  margin-top: 3rem;
  width: 20rem;
}
.liuyan .red font {
  color: #ff0000;
}
.liuyan .verifyDiv {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.liuyan .span {
  color: #ff0000;
  display: block;
}
.liuyan .span span {
  font-size: 16rem;
  color: #08060b;
}
.liuyan .span img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10rem;
  margin-top: 2rem;
}
.liuyan textarea {
  height: 175rem;
  padding: 15rem 30rem;
}
.liuyan .more2 {
  float: right;
}
.liuyan .more2 a {
  width: 160rem;
  line-height: 52rem;
  background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  border-radius: 4rem;
  font-size: 18rem;
  float: left;
  margin-left: 26rem;
}
@media (min-width: 1025px) {
  .liuyan .more2 a:hover {
    text-decoration: underline;
  }
}
.liuyan .more2 .chongzhi {
  line-height: 48rem;
  border-radius: 4rem;
  border: solid 2rem #b9baba;
  background: none;
  color: #333333;
}
.liuyan .verify {
  height: 52rem;
  background-color: #e5e5e5;
  font-size: 14rem;
  position: relative;
  width: 420rem !important;
}
.liuyan .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 52rem;
  height: 52rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.liuyan .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20rem 20rem;
}
.liuyan .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 52rem;
  line-height: 43rem;
  width: 0;
  background-color: var(--main-color);
  color: #333;
  font-size: 14rem;
  text-align: center;
}
.liuyan .verify .fix-tips,
.liuyan .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 52rem;
  padding-left: 52rem;
  text-align: center;
}
.liuyan .verify .verify-msg {
  padding-left: 0;
  padding-right: 52rem;
}
.liuyan .verify .verify-msg {
  background-color: var(--main-color);
  display: none;
  color: #fff;
}
.fuwu {
  padding-top: 46rem;
}
.fuwu .fuwu-info {
  padding: 28rem 42rem;
  background-color: #ebf7fc;
  border-radius: 8rem;
  margin-bottom: 52rem;
}
.fuwu .fuwu-info .text {
  float: left;
  width: 80%;
  padding-top: 23rem;
}
.fuwu .fuwu-info .text .bt {
  font-size: 32rem;
  margin-bottom: 16rem;
  color: #222222;
}
.fuwu .fuwu-info .text .p {
  font-size: 18rem;
  color: #222222;
}
.fuwu .fuwu-info .right {
  float: right;
  width: 154rem;
}
.fuwu .fuwu-text .text {
  float: left;
  width: 49%;
  padding-top: 35rem;
  padding-left: 31rem;
}
.fuwu .fuwu-text .text .bt {
  font-size: 32rem;
  margin-bottom: 32rem;
  color: #222222;
}
.fuwu .fuwu-text .text .p {
  font-size: 18rem;
  line-height: 43rem;
  color: #222222;
}
.fuwu .fuwu-text .right {
  float: right;
  width: 47%;
}
.morein {
  background: url(../images/morein.jpg) no-repeat top center;
  background-size: cover;
}
.morein .home-title {
  text-align: center;
  margin-bottom: 60rem;
}
.qiye {
  overflow: hidden;
  position: relative;
  background: #f5fbfe url(../images/bg8.jpg) no-repeat top center;
  background-size: 100%;
}
.qiye .home-title {
  position: absolute;
  top: 93rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 444;
}
.qiye .right {
  position: relative;
  width: 1920rem;
  margin: 0 auto;
}
.qiye .right .img {
  width: 1920rem;
  height: 1375rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.qiye .right .img .hide {
  display: none;
}
.qiye .right .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.qiye .right .img .globalMap {
  width: 100%;
  height: 1375rem;
  position: relative;
  z-index: 66;
}
.qiye .right .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
  z-index: 33;
}
.qiye .right .img .area i {
  width: 58rem;
  height: 58rem;
  background: url(../images/dot2.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  /*-webkit-animation: 5s ease mymove infinite;
  animation: 5s ease mymove infinite;*/
}
.qiye .right .img .area span {
  position: relative;
  font-size: 29rem;
  line-height: 58rem;
  color: #00a0e9;
  display: inline-block;
  vertical-align: top;
  padding: 0 6px 0 8px;
  text-align: center;
  z-index: 1;
}
.qiye .right .img .m01 {
  top: 9%;
  left: 10%;
}
.qiye .right .img .m02 {
  top: 11.1%;
  left: 13%;
}
.qiye .right .img .m03 {
  top: 15.3%;
  left: 10%;
}
.qiye .right .img .m04 {
  top: 30.7%;
  right: 34%;
}
.qiye .right .img .m05 {
  top: 40.7%;
  right: 37%;
}
.qiye .right .img .m06 {
  top: 39.7%;
  right: 29%;
}
.qiye .right .img .m07 {
  top: 41.7%;
  right: 28%;
}
.qiye .right .img .m08 {
    top: 42.3%;
    right: 31.2%;
}
.qiye-bottom {
  margin-top: -487rem;
  position: relative;
  padding-bottom: 100rem;
  z-index: 33;
}
.qiye-bottom .left {
  float: left;
  width: 25.5%;
}
.qiye-bottom .left .h3 {
  font-size: 32rem;
  padding-bottom: 8rem;
  margin-bottom: 18rem;
  border-bottom: 2rem solid #959696;
  color: #333333;
}
.qiye-bottom .left ul li a {
  display: block;
  font-size: 20rem;
  line-height: 61rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding-right: 30rem;
}
.qiye-bottom .left ul .active a {
  background: url(../images/more3.png) no-repeat center right;
  background-size: 16rem;
  font-size: 28rem;
  color: #00a0e9;
}
.qiye-bottom .right {
  float: right;
  width: 66.5%;
}
.qiye-bottom .right .show .info {
  display: none;
}
.qiye-bottom .right .show .info ul li {
  margin-bottom: 42rem;
}
.qiye-bottom .right .show .info ul li a {
  display: block;
}
.qiye-bottom .right .show .info ul li .box {
  padding: 46rem;
  background-color: #ffffff;
  box-shadow: 0rem 26rem 147rem 0rem rgba(10, 26, 46, 0.22);
  border-radius: 20rem;
}
.qiye-bottom .right .show .info ul li .qiye-tit {
  padding-right: 170rem;
  position: relative;
}
.qiye-bottom .right .show .info ul li .qiye-tit span {
  font-size: 20rem;
  color: #333333;
}
.qiye-bottom .right .show .info ul li .qiye-tit .p {
  font-size: 32rem;
  color: #333333;
}
.qiye-bottom .right .show .info ul li .qiye-tit .more2 {
  position: absolute;
  top: 29rem;
  right: 0;
}
.qiye-bottom .right .show .info ul li .qiye-tit .more2 p {
  width: 160rem;
}
.qiye-bottom .right .show .info ul li .qy-bottom {
  position: relative;
  margin-top: 41rem;
  padding-left: 442rem;
}
.qiye-bottom .right .show .info ul li .qy-bottom .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 376rem;
  border-radius: 10rem;
}
.qiye-bottom .right .show .info ul li .qy-bottom .pic:after {
  padding-bottom: 58.5106383%;
}
.qiye-bottom .right .show .info ul li .qy-bottom .te {
  min-height: 220rem;
}
.qiye-bottom .right .show .info ul li .qy-bottom .te .h3 {
  font-size: 18rem;
  margin-bottom: 17rem;
  color: #b3b3b3;
}
.qiye-bottom .right .show .info ul li .qy-bottom .te .h3 span {
  background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--OPPOSans-B);
  font-size: 40rem;
}
.qiye-bottom .right .show .info ul li .qy-bottom .te .jsh {
  font-size: 16rem;
  line-height: 32rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .qiye-bottom .right .show .info ul li:hover .pic img {
    transform: scale(1.2);
  }
}
.qiye-show {
  padding: 51rem 0 0 0;
  background: #f5f5f7;
}
.qiye-show .img {
  margin-top: 48rem;
}
.qiye-show .img img {
  display: block;
}
.qs01 {
  padding: 30rem 0 0 0;
}
.qs01 .jsh {
  font-size: 16rem;
  line-height: 31rem;
  margin-top: 25rem;
  margin-bottom: 45rem;
  overflow: hidden;
  color: #333333;
}
.qs01 .jsh p {
  margin-bottom: 30rem;
}
.qs01 .pr02 .job2 {
  margin-top: 42rem;
}
.qs01 .pr02 .list {
  padding-bottom: 0;
}
.qs01 .pr02 {
  padding-bottom: 0;
}
.qs02 {
  padding: 65rem 0;
  background: #edf4f9;
}
.qs02 .jsh2 {
  font-size: 16rem;
  line-height: 29rem;
  color: #333333;
  padding: 0 39rem;
  margin-bottom: 50rem;
}
.qs02 .rightbox {
  margin-top: 53rem;
  margin-bottom: 91rem;
  background: #f7f7f7 url(../images/line2.png) no-repeat bottom center;
}
.qs02 .leftimg {
  width: 49.5%;
  float: right;
}
.qs02 .leftimg img {
  display: block;
}
.qs02 .rightbox .content1 {
  display: none;
}
.qs02 .item {
  float: left;
  width: 50.5%;
  padding: 25rem 86rem;
  height: 446rem;
}
.qs02 .rightbox .bt {
  height: 75rem;
  padding-left: 97rem;
  margin-bottom: 10rem;
  position: relative;
  padding-top: 30rem;
}
.qs02 .rightbox .bt span {
  top: 17rem;
  left: 0;
  font-family: var(--OPPOSans-B);
  font-size: 65rem;
  line-height: 73rem;
  position: absolute;
  background-image: -webkit-linear-gradient(left, #1d5739, #00a54f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qs02 .rightbox .bt span::before {
  top: 0;
  right: -7rem;
  content: '';
  width: 1rem;
  height: 20rem;
  position: absolute;
  transform: rotate(45deg);
  border-left: solid 1rem #1383ce;
}
.qs02 .rightbox .bt span::after {
  bottom: -5rem;
  left: -5rem;
  content: '';
  width: 1rem;
  height: 20rem;
  position: absolute;
  transform: rotate(45deg);
  border-left: solid 1rem #1383ce;
}
.qs02 .rightbox .bt .cn {
  font-size: 26rem;
  font-family: Poppins-Bold;
  line-height: 40rem;
  color: #000;
  font-weight: 700;
}
.qs02 .rightbox .txt {
  height: 175rem;
  font-size: 16rem;
  line-height: 31rem;
  color: #333333;
  overflow: hidden;
  margin-top: 40rem;
}
.qs02 .rightbox .txt p {
  margin-bottom: 12rem;
  position: relative;
}
.qs02 .rightbox .txt p::before {
  content: '';
  top: 7rem;
  left: 0;
  width: 6rem;
  height: 11rem;
  position: absolute;
  background: url(../images/dot.png) no-repeat top left;
}
.qs02 .span {
  font-size: 16rem;
  line-height: 32rem;
  color: #8d9199;
}
.qs02 .rightbox .tablist {
  width: 42.2%;
  float: left;
  z-index: 10;
  padding: 0 82rem;
  position: relative;
  margin-top: -109rem;
}
.qs02 .rightbox .tablist ul {
  margin: 0 -9rem;
}
.qs02 .rightbox .tablist li {
  width: 25%;
  float: left;
  cursor: pointer;
  padding: 0 9rem;
}
.qs02 .rightbox .tablist li span {
  display: block;
  height: 41rem;
  line-height: 39rem;
  text-align: center;
  font-size: 14rem;
  color: #333;
  border-radius: 30rem;
  -webkit-box-shadow: 0 0 0 1px #b8b8b8;
  box-shadow: 0 0 0 1px #b8b8b8;
}
.qs02 .rightbox .tablist .active span {
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px var(--main-color);
  box-shadow: 0 0 0 1px var(--main-color);
  background: var(--main-color);
}
.qs03 {
  padding: 50rem 0;
  background: url(../images/erji.jpg) no-repeat top center;
  background-size: cover;
}
.qs03 .home-title .p {
  color: #fff;
}
.qs03 .home-title .h3 {
  color: #fff;
}
.qs03 {
  padding-top: 50rem;
  height: 770rem;
  position: relative;
  overflow: hidden;
}
.qs03 .youshi-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 333;
}
.qs03 .youshi-list ul {
  margin: 0 -1px;
  font-size: 0;
}
.qs03 .youshi-list ul li {
  display: inline-block;
  vertical-align: bottom;
  width: 33.33333333%;
  padding: 0 1px;
}
.qs03 .youshi-list ul li a {
  display: block;
  position: relative;
  font-size: 20rem;
  line-height: 30rem;
  padding: 50rem 17rem;
  transition: 0.5s;
  text-align: center;
  color: #f9f9f9;
  background-color: rgba(34, 34, 34, 0.59);
}
.qs03 .youshi-list ul li a .h3 {
  display: inline-block;
  vertical-align: middle;
}
.qs03 .youshi-list ul li a .pic {
  width: 50rem;
  display: inline-block;
  vertical-align: middle;
}
.qs03 .youshi-list ul .active a {
  background-image: linear-gradient(98deg, #0150aa 0%, #1fc971 100%);
}
.qs03 .youshi-list ul .active a .p {
  height: 30rem;
}
.qs03 .show {
  width: 62%;
  margin-top: 67rem;
}
.qs03 .show .info {
  display: none;
  -webkit-animation: fadeInRight2 2s alternate;
  animation: fadeInRight2 2s alternate;
}
.qs03 .show .info .bt {
  font-size: 28rem;
  color: #f9f9f9;
}
.qs03 .show .info .bt:after {
  content: '';
  display: block;
  background: #04a250;
  width: 36rem;
  height: 3rem;
  margin-top: 24rem;
  margin-bottom: 53rem;
}
.qs03 .show .info .pp ul li {
  float: left;
  width: 50%;
  font-size: 22rem;
  line-height: 69rem;
  color: #ffffff;
}
.qs03 .show .info .pp ul li span {
  font-size: 44rem;
  line-height: 45rem;
  background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--OPPOSans-B);
}
.qs04 {
  padding: 85rem 0;
  background: #ffffff;
}
.qs04 .home-title .h3 {
  font-size: 28rem;
  font-weight: bold;
  color: #000;
}
.qs04 .qs-bottom {
  font-size: 0;
  margin-top: 58rem;
}
.qs04 .qs-bottom .img1 {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
}
.qs04 .qs-bottom .text {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding-left: 90rem;
}
.qs04 .qs-bottom .text .bt {
  font-size: 28rem;
  margin-bottom: 42rem;
  font-weight: bold;
  color: #222222;
}
.qs04 .qs-bottom .text .pp {
  font-size: 20rem;
  color: #222222;
  line-height: 45rem;
}
.qs04 .qs-bottom .text .pp b {
  font-size: 22rem;
  color: #25adeb;
}
.qs04 .qs-bottom .text .pp span {
  font-size: 44rem;
  line-height: 45rem;
  background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--OPPOSans-B);
}
.qs05 {
  padding: 65rem 0;
  background: url(../images/rybg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.qs05 .qs-bottom {
  padding-top: 30rem;
}
.qs05 .pp {
  font-size: 20rem;
  line-height: 49rem;
  color: #25adeb;
}
.qs05 .w {
  position: relative;
  padding: 0 76rem;
}
.qs05 .swiper-ry {
  position: relative;
  overflow: hidden;
  margin-top: 41rem;
}
.qs05 .swiper-ry .box {
  padding-top: 42rem;
  padding-bottom: 19rem;
  background: #ffffff url(../images/bw1.png) no-repeat top center;
  background-size: 100% 100%;
}
.qs05 .swiper-ry .box .pic {
  width: 100%;
}
.qs05 .swiper-ry .box .bt {
  font-size: 14rem;
  line-height: 25rem;
  margin-top: -10rem;
  color: #343333;
  text-align: center;
  padding: 0 20rem;
  height: 50rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .qs05 .swiper-ry .swiper-slide:hover .box {
    background: #ffffff url(../images/bw2.png) no-repeat top center;
    background-size: 100% 100%;
  }
  .qs05 .swiper-ry .swiper-slide:hover .bt {
    color: #fff;
  }
}
.qs05 .swiper-button-next,
.qs05 .swiper-button-prev {
  width: 44rem;
  height: 44rem;
  background: #ffffff url(../images/you.png) no-repeat center center;
  background-size: 12rem;
  border-radius: 50%;
  right: 0;
  left: auto;
}
.qs05 .swiper-button-next:after,
.qs05 .swiper-button-prev:after {
  content: '';
}
@media (min-width: 1025px) {
  .qs05 .swiper-button-next:hover,
  .qs05 .swiper-button-prev:hover {
    background: #25adeb url(../images/you1.png) no-repeat center center;
    background-size: 12rem;
  }
}
.qs05 .swiper-button-prev {
  background: #ffffff url(../images/zuo.png) no-repeat center center;
  background-size: 12rem;
  left: 0;
  right: auto;
}
@media (min-width: 1025px) {
  .qs05 .swiper-button-prev:hover {
    background: #25adeb url(../images/zuo1.png) no-repeat center center;
    background-size: 12rem;
  }
}
@media (max-width: 1600px) {
  .home-product .home-bottom {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 750px;
  }
  body {
    font-size: 14px;
  }
  .sitemap .sitemap-bottom {
    padding-top: 20px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .top {
    height: 38px;
  }
  .top span {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 1px;
  }
  .top .header-search {
    margin-left: 0;
    padding-left: 10px;
    /*搜索*/
  }
  .top .header-search:after {
    height: 18px;
    margin-top: -9px;
  }
  .top .header-search .pull-right a {
    height: 38px;
    line-height: 38px;
    padding-left: 29px;
    font-size: 16px;
    letter-spacing: 1px;
    background-size: 16px !important;
  }
  .top .header-search .search .search-main {
    width: 300px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .top .header-search .form-control {
    font-size: 16px;
    height: 50px;
    padding: 0 60px 0 30px;
  }
  .top .header-search .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-size: 16px !important;
  }
  .top .lan {
    background-size: 20px;
    padding: 8px 0;
    padding-left: 37px;
    margin-left: 12px;
  }
  .top .lan span {
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    width: 50px;
    height: 22px;
    background: #e5e5e5 url(../images/arrow.png) no-repeat 90% center;
    background-size: 10px;
  }
  .top .lan ul {
    padding: 10px;
  }
  .top .lan ul li a {
    font-size: 20px;
    line-height: 36px;
  }
  .top .hcontact {
    display: none;
  }
  .fix1 {
    top: -38px;
  }
  .fixfix {
    top: -38px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    padding-top: 9px;
  }
  .header .logo a img {
    width: 279px;
  }
  .header .header-right .menu {
    display: block;
  }
  .nav {
    display: none;
  }
  .bg {
    padding-top: 0;
  }
  .section {
    height: auto;
  }
  .home {
    position: relative;
    top: auto;
    left: auto;
    padding: 40px 0;
    transform: none;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 98px;
  }
  .swiper-renewal-main {
    margin-top: 98rem;
  }
  .swiper-renewal-main .swiper-slide {
    background: none !important;
    height: auto !important;
  }
  .swiper-renewal-main .img {
    display: block;
  }
  .swiper-renewal-main .img img {
    display: block;
  }
  .swiper-renewal-main .banner-hover {
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-renewal-main .banner-hover .bt {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .swiper-renewal-main .banner-hover .bt span {
    font-size: 14px;
    line-height: 26px;
    padding-left: 10px;
    display: none;
  }
  .swiper-renewal-main .banner-hover .span {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  
  .swiper-renewal-main .banner-hover .p img {
    width: 228px;
  }
  .swiper-renewal-main .swiper-pagination {
    display: none;
  }
  .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
  }
  .xia {
    bottom: 10px;
  }
  .xia a {
    width: 32px;
    height: 32px;
    background-size: 10px;
  }
  .xia a:after {
    border: dashed 1px #ffffff;
  }
  .more a,
  .more p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .more a span,
  .more p span {
    width: 9px;
    height: 24px;
  }
  .more2 a,
  .more2 p {
    width: 150px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 14px;
  }
  .more2 a span,
  .more2 p span {
    width: 9px;
    height: 44px;
  }
  .more3 {
    padding: 0 20px;
  }
  .more3 a,
  .more3 p {
    font-size: 14px;
    line-height: 44px;
    background-size: 16px;
  }
  .app-one {
    padding-bottom: 21px;
  }
  .app-one a {
    padding-left: 0;
    min-height: 0;
  }
  .app-one a .left {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    float: none;
  }
  .app-one a .left .pic {
    border-radius: 10px;
  }
  .app-one a .left:after {
    display: none;
  }
  .app-one a .right {
    padding-top: 17px;
  }
  .app-one a .span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .app-one a .bt {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .app-one a .jsh {
    font-size: 14px;
    line-height: 28px;
    max-height: 84px;
    margin-bottom: 15px;
  }
  .app-bottom ul {
    margin: 0 -9px;
  }
  .app-bottom ul li {
    width: 100%;
    padding: 0 9px;
    margin-bottom: 15px;
  }
  .app-bottom ul li .box {
    box-shadow: 3px 9px 24px 0px rgba(2, 11, 23, 0.19);
    border-radius: 10px;
    min-height: 154px;
  }
  .app-bottom ul li .info {
    padding-left: 145px;
    min-height: 154px;
    padding-right: 18px;
  }
  .app-bottom ul li .info .pic {
    width: 126px;
    border-radius: 10px;
  }
  .app-bottom ul li .text {
    padding-top: 18px;
  }
  .app-bottom ul li .span {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .app-bottom ul li .bt {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 5px;
  }
  .app-bottom ul li .jsh {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 75px;
  }
  .home-title .p {
    font-size: 18px;
  }
  .home-title .h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .home-product {
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-product .home-top .home-right {
    padding-top: 12px;
    float: none;
  }
  .home-product .home-top .home-right .p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-align: left;
  }
  .home-product .home-bottom {
    padding-top: 10px;
  }
  .home-product .home-top .home-title {
    float: none;
  }
  .home-product .home-top .home-right .more2 a {
    float: left;
  }
  .prolist1 ul {
    margin: 0 -8px;
  }
  .prolist1 ul li {
    width: 50%;
    padding: 0 8px;
    margin-top: 16px;
  }
  .prolist1 ul li a {
    border-radius: 10px;
  }
  .prolist1 ul li .box .left .bt {
    font-size: 14px;
    line-height: 24px;
    bottom: 10px;
    padding: 0 12px;
  }
  .applist {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .home-app .btn {
    width: 70px;
    height: 32px;
    margin-top: 25px;
  }
  .home-app .btn .swiper-button-prev,
  .home-app .btn .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .home-app .btn .swiper-button-prev:after,
  .home-app .btn .swiper-button-next:after {
    font-size: 16px;
  }
  .home-app .btn .swiper-button-next {
    right: 0;
    left: auto;
  }
  .applist .item .box {
    height: 300px;
  }
  .applist .text {
    position: absolute;
    top: 74%;
    width: 100%;
  }
  .applist .text .bt {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 11px;
    padding-left: 10px;
    text-shadow: 1px 2px 3px rgba(7, 20, 27, 0.76);
  }
  .applist .text .bt:after {
    width: 2px;
    height: 26px;
  }
  .home-news .home-top .home-title {
    float: none;
  }
  .home-news .home-bottom {
    padding-top: 22px;
  }
  .home-news .home-top ul {
    float: none;
    padding-top: 25px;
  }
  .home-news .home-top ul li {
    float: left;
    margin: 0 4px;
  }
  .home-news .home-top ul li a {
    width: 100px;
    line-height: 38px;
    border-radius: 4px;
    border: solid 1px #b9baba;
    font-size: 14px;
    padding: 0 5px;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
  .home-news .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 30px;
  }
  .footer-bottom {
    padding-top: 42px;
    padding-bottom: 45px;
  }
  .footer-bottom .footer-left {
    width: 100%;
  }
  .footer-bottom .footer-left .h3 {
    margin-top: 7px;
  }
  .footer-bottom .footer-left .h3 a {
    font-size: 32px;
    line-height: 56px;
  }
  .footer-bottom .footer-left .ewm-bottom .ie {
    float: left;
    width: 50%;
    padding-right: 14px;
  }
  .footer-bottom .footer-left .logo {
    width: 71px;
    margin-left: 7px;
  }
  .footer-bottom .footer-left .f3 {
    font-size: 16px;
    line-height: 30px;
    padding-top: 13px;
    padding-bottom: 20px;
  }
  .footer-bottom .footer-left .f3 p b {
    font-size: 22px;
  }
  .footer-bottom .footer-left .f3 p.l2 {
    background: url(../images/f2.png) no-repeat left 5px;
    background-size: 20px;
    padding-left: 48px;
  }
  .footer-bottom .footer-left .f3 p.l3 {
    background: url(../images/f3.png) no-repeat left 5px;
    background-size: 20px;
    padding-left: 48px;
  }
  .footer-copyright .socialMedia .list li {
    padding: 0 15px 0 0;
  }
  .footer-copyright .socialMedia .list .icon {
    width: 36px;
    height: 36px;
    background-size: 36px !important;
  }
  .footer-bottom .footer-list {
    display: none;
  }
  .footer-copyright {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-copyright .right .fanhui {
    position: relative;
    top: auto;
    right: auto;
  }
  .footer-copyright .right .fanhui a {
    display: inline-block;
    background: url('../images/top.png') no-repeat center right;
    background-size: 26px;
    padding-right: 53px;
  }
  .footer-copyright .right {
    text-align: center;
  }
  .footer-copyright img {
    width: 20px;
  }
  .footer-copyright .socialMedia {
    float: none;
    text-align: center;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner:after {
    background: url(../images/bg3.png) no-repeat bottom center;
    background-size: 100%;
  }
  .inbanner .banner-hover {
    transform: translateY(-50%);
  }
  .inbanner .banner-hover .bt h1 {
    font-size: 28px;
    letter-spacing: 2px;
    text-shadow: 0px -6px 10px rgba(2, 2, 2, 0.33);
    margin-bottom: 9px;
  }
  .inbanner .banner-hover .bottom {
    display: none;
  }
  .second-nav {
    display: none;
  }
  .content {
    padding: 40px 0;
    min-height: 500px;
  }
  .news1 {
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .news1 a .text {
    min-height: 0;
    box-shadow: 0px -5px 7px 0px rgba(152, 152, 152, 0.14);
    padding: 15px;
  }
  .news1 a .text .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news1 a .text .bt {
    font-size: 22px;
    line-height: 38px;
    height: auto;
    max-height: 76px;
    margin-bottom: 19px;
  }
  .news1 a .text .p {
    font-size: 16px;
    margin-bottom: 19px;
    height: auto;
    max-height: 72px;
  }
  .news1 a .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .newslist {
    margin: 0 -8px;
  }
  .newslist .item {
    float: left;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 23px;
  }
  .newslist .item .text {
    padding: 13px 0 2px 0;
  }
  .newslist .item .text .bt {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    padding: 0 12px;
    margin-bottom: 13px;
  }
  .newslist .item .text .p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    padding: 0 12px;
    margin-bottom: 3px;
  }
  .newslist1 {
    padding-bottom: 24px;
  }
  .page .input {
    display: none;
  }
  .page .span {
    display: none;
  }
  .news-show {
    padding-top: 40px;
    overflow: hidden;
  }
  .news-left {
    display: none;
  }
  .news-right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .h2 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .h2 span {
    margin: 0 40px;
  }
  .news-info {
    font-size: 15px;
    line-height: 30px;
    padding: 24px 0;
  }
  .biaoqian {
    font-size: 14px;
    line-height: 36px;
  }
  .biaoqian a {
    margin-right: 10px;
  }
  .return {
    margin-bottom: 20px;
  }
  .return a {
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    width: 102px;
    height: 40px;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    border-radius: 4px;
    display: block;
  }
  .list-page-news ul {
    margin: 0 -32px;
  }
  .list-page-news ul li {
    float: left;
    width: 100%;
    padding: 0 32px;
    margin-bottom: 10px;
  }
  .list-page-news ul li a {
    padding: 0 25px;
    font-size: 15px;
    line-height: 50px;
  }
  .join01 {
    padding: 40px 0;
    overflow: hidden;
  }
  .join01 .list {
    padding-top: 18px;
  }
  .join01 .list .li {
    width: 100%;
    margin-bottom: 24px;
  }
  .join01 .list .li .box {
    display: block;
  }
  .join01 .list .li .img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .join01 .list .li .img:after {
    display: none;
  }
  .join01 .list .li .img .pic {
    border-radius: 10px;
  }
  .join01 .list .li .text {
    width: 100%;
    padding: 20px 0;
  }
  .join01 .list .li .text .bt {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .join01 .list .li .text .jsh {
    font-size: 15px;
    line-height: 30px;
  }
  .join01 .list .li .text .jsh p {
    margin-bottom: 16px;
  }
  .join01 .list .li:nth-child(2) {
    margin-bottom: 0;
  }
  .join01 .list .li:nth-child(2) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .join01 .list .li:nth-child(2) .box .text {
    padding-left: 0;
    padding-right: 0;
  }
  .join02 {
    padding: 40px 0;
    overflow: hidden;
    background: #f7f7f7;
  }
  .join02 .join-bottom {
    padding-top: 26px;
  }
  .join02 .join-bottom .p {
    font-size: 16px;
    line-height: 27px;
    color: #666666;
  }
  .join02 .join-bottom .list {
    padding-top: 17px;
  }
  .join02 .join-bottom .list ul li {
    float: left;
    width: auto;
  }
  .join02 .join-bottom .list ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
    position: relative;
    line-height: 30px;
    display: block;
  }
  .join02 .join-bottom .list ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0b3796;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  .join02 .join-bottom .list ul .swiper-slide-thumb-active a:after {
    opacity: 1;
  }
  .join02 .join-bottom .show {
    position: relative;
    overflow: hidden;
  }
  .join02 .join-bottom .show .info {
    padding: 20px 0;
  }
  .join02 .join-bottom .show .info .box {
    background-color: #ffffff;
    box-shadow: -9px 22px 30px 0px rgba(0, 0, 0, 0.14);
    padding: 20px;
    position: relative;
  }
  .join02 .join-bottom .show .info .pic {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
  .join02 .join-bottom .show .info .text {
    padding: 20px 0;
    min-height: 0;
  }
  .join02 .join-bottom .show .info .text .nr {
    position: relative;
    padding: 23px 22px;
  }
  .join02 .join-bottom .show .info .text .nr .y1 {
    width: 16px;
    height: 31px;
    background: url(../images/y1.png) no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .join02 .join-bottom .show .info .text .nr .y2 {
    width: 16px;
    height: 31px;
    background: url(../images/y2.png) no-repeat bottom center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .join02 .join-bottom .show .info .text .bt {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 18px;
    color: #222222;
  }
  .join02 .join-bottom .show .info .text .pp {
    font-size: 16px;
    color: #222222;
    padding-left: 0;
  }
  .join02 .join-bottom .swiper-button-prev,
  .join02 .join-bottom .swiper-button-next {
    display: none;
  }
  .join02 .join-bottom .more3 a {
    font-size: 16px;
    font-weight: bold;
    padding-right: 28px;
    display: inline-block;
    color: #222222;
  }
  .join03 {
    padding: 40px 0;
    background: #fff;
  }
  .join03 .join-top {
    position: relative;
    background: #f7f7f7;
    padding: 23px;
  }
  .join03 .join-top .p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .join03 .join-top .se {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .join03 .join-top .se a {
    font-size: 15px;
    line-height: 45px;
    width: 140px;
    margin-top: 15px;
    border-radius: 4px;
  }
  .join03 .join-top .se a img {
    width: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .join03 .job2 {
    margin-top: 23px;
    overflow: auto;
  }
  .join03 .list {
    padding-bottom: 19px;
    width: 1000px;
  }
  .join03 .job2 span {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .join03 .job2 .span-01 {
    display: block;
    width: 24%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    text-align: left;
    padding: 0 46px;
  }
  .join03 .job2 .span-02 {
    display: block;
    width: 8%;
    float: left;
  }
  .join03 .job2 .span-03 {
    display: block;
    width: 19%;
    float: left;
  }
  .join03 .job2 .span-04 {
    display: block;
    width: 25%;
    float: left;
  }
  .join03 .job2 .span-05 {
    display: block;
    width: 14%;
    float: left;
  }
  .join03 .job2 .span-06 {
    display: block;
    width: 9%;
    float: left;
  }
  .join03 .job2 .title {
    color: #fcfbfb;
    line-height: 40px;
    padding: 12px 0;
    font-size: 18px;
    overflow: hidden;
    width: 1000px;
    background-color: var(--main-color);
  }
  .join03 .job2 dl {
    margin-bottom: 3px;
  }
  .join03 .job2 dt {
    background: rgba(234, 234, 234, 0.43);
    overflow: hidden;
    padding: 15px 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
  }
  .join03 .job2 dt::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
    background: rgba(234, 234, 234, 0.43);
  }
  .join03 .job2 dt:hover:after {
    width: 100%;
  }
  .join03 .job2 dd {
    height: 0;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
  }
  .join03 .job2 dd .nr {
    padding: 25px;
    position: relative;
    overflow: hidden;
  }
  .join03 .job2 .cur dt {
    background: rgba(234, 234, 234, 0.43);
  }
  .join03 .job2 .cur dt span {
    color: #5b636a;
  }
  .join03 .job2 .cur dd {
    height: auto;
  }
  .join03 .job2 .p-01 {
    font-size: 22px;
    margin-bottom: 13px;
    font-weight: bold;
    color: #222222;
  }
  .join03 .job2 .red {
    color: #ff0000;
  }
  .join03 .job2 .send a {
    display: inline-block;
    padding: 0 21px;
    margin-top: 36px;
    width: 160px;
    line-height: 52px;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    border-radius: 4px;
    font-size: 18px;
    color: #fcfbfb;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    text-align: center;
  }
  .join03 .job2 .send i {
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    background: url(../images/toudi.png) no-repeat center center;
    background-size: 100%;
    width: 35px;
    height: 50px;
  }
  .anpai .anpai-bottom {
    position: relative;
    padding-top: 20px;
    overflow: auto;
    padding-bottom: 10px;
  }
  .anpai .anpai-bottom .list {
    border-top: 2px solid #666666;
    width: 900px;
  }
  .anpai .anpai-bottom .list .to {
    border-bottom: 1px solid #e8e8e8;
  }
  .anpai .anpai-bottom .list .to span {
    float: left;
    font-size: 16px;
    line-height: 58px;
    color: #333333;
  }
  .anpai .anpai-bottom .list span {
    float: left;
  }
  .anpai .anpai-bottom .list .span1,
  .anpai .anpai-bottom .list .span2,
  .anpai .anpai-bottom .list .span3,
  .anpai .anpai-bottom .list .span4 {
    text-align: center;
    float: left;
  }
  .anpai .anpai-bottom .list .span1 {
    width: 16%;
  }
  .anpai .anpai-bottom .list .span2 {
    width: 84%;
  }
  .anpai .anpai-bottom .list .li p {
    border-bottom: 1px solid #e8e8e8;
    background: #e4f4fc;
    overflow: hidden;
  }
  .anpai .anpai-bottom .list .li p span {
    font-size: 16px;
    line-height: 50px;
    display: block;
    color: #666666;
  }
  .anpai .anpai-bottom .list .li p:nth-child(2n) {
    background: #fff;
  }
  .guanzhi .guanzhi-bottom {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .guanzhi .guanzhi-bottom .item {
    margin-bottom: 19px;
  }
  .guanzhi .guanzhi-bottom .item .h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d5d5d5;
  }
  .guanzhi .guanzhi-bottom .item .p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
  }
  .guanzhi .guanzhi-bottom .item .p p {
    margin-bottom: 10px;
  }
  .fabuhui .anpai-bottom {
    padding-top: 29px;
    padding-bottom: 10px;
  }
  .fabuhui .anpai-bottom .year {
    margin-bottom: 25px;
  }
  .fabuhui .anpai-bottom .year span {
    float: left;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    display: block;
  }
  .fabuhui .anpai-bottom .year select {
    width: 223px;
    height: 46px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
    float: right;
    font-size: 18px;
    color: #333333;
    padding: 0 30px 0 15px;
  }
  .fabuhui .anpai-bottom .year select::-ms-expand {
    display: none;
  }
  .fabuhui .anpai-bottom .year select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url(../images/arrow1.png) no-repeat scroll 95% center;
    background: #ffffff \9 \0;
    background-size: 11px;
  }
  .fabuhui .anpai-bottom .list {
    padding-bottom: 68px;
  }
  .fabuhui .anpai-bottom .list .span2 {
    width: 28%;
  }
  .fabuhui .anpai-bottom .list .span3 {
    width: 33%;
  }
  .fabuhui .anpai-bottom .list .span4 {
    width: 17%;
  }
  .fabuhui .anpai-bottom .list .span4 .bofang {
    width: 50px;
    height: 50px;
    background: url(../images/bofang.png) no-repeat center center;
    background-size: 29px;
    display: block;
    margin: 0 auto;
  }
  .zhengmingshu .anpai-bottom .list .span2 {
    width: 84%;
  }
  .tonghan .anpai-bottom {
    padding-top: 28px;
    padding-bottom: 10px;
  }
  .tonghan .anpai-bottom .thlist {
    margin-bottom: 21px;
  }
  .tonghan .anpai-bottom .thlist li {
    float: left;
    margin-right: 17px;
  }
  .tonghan .anpai-bottom .thlist li a {
    display: block;
    width: 121px;
    line-height: 45px;
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: solid 1px #e6e6e6;
  }
  .tonghan .anpai-bottom .thlist .active a {
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    border-radius: 6px;
    color: #fff;
  }
  .tonghan .anpai-bottom .list {
    border: 0;
  }
  .tonghan .anpai-bottom .list .span2 {
    width: 84%;
    text-align: left;
    padding: 0 50px;
  }
  .tonghan .anpai-bottom .show .info {
    display: none;
  }
  .lianluo .lianluo-bottom {
    padding-top: 28px;
  }
  .lianluo ul {
    margin: 0 -15px;
  }
  .lianluo ul li {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .lianluo ul li .box {
    height: auto;
    padding: 21px;
    background: #ffffff url(../images/line1.png) no-repeat bottom center;
    background-size: 100%;
    box-shadow: 0px 4px 32px 0px rgba(8, 15, 17, 0.17);
  }
  .lianluo ul li .box .bt {
    font-size: 22px;
    margin-bottom: 12px;
    color: #333333;
  }
  .lianluo ul li .box .span {
    font-size: 16px;
    margin-bottom: 13px;
    color: #666666;
  }
  .lianluo ul li .box .p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
  }
  .contact {
    padding: 0 !important;
  }
  .contact01 {
    padding: 23px 0;
  }
  .contact01 .list {
    padding-top: 32px;
  }
  .contact01 .list ul {
    font-size: 0;
    background-color: #ffffff;
    box-shadow: -1px 26px 147px 0px rgba(10, 26, 46, 0.22);
    border-radius: 20px;
    margin-bottom: 21px;
  }
  .contact01 .list ul li {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
    vertical-align: top;
    text-align: center;
  }
  .contact01 .list ul li .box {
    padding: 31px;
  }
  .contact01 .list ul li .pic {
    width: 68px;
    margin: 0 auto;
    border: solid 1px #00a0e9;
    border-radius: 50%;
  }
  .contact01 .list ul li .text {
    padding-top: 20px;
  }
  .contact01 .list ul li .text .bt {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 13px;
    border-bottom: 1px solid #b2e2f8;
    color: #222222;
  }
  .contact01 .list ul li .text .p {
    font-size: 15px;
    line-height: 24px;
    color: #222222;
    text-align: center;
  }
  .contact01 .list ul li .text .p p {
    text-align: center;
  }
  .contact01 .list ul li .text .p a {
    color: #222222;
  }
  .contact02 {
    padding: 44px 0;
    position: relative;
    background: url(../images/bg4.jpg) no-repeat top center;
    background-size: cover;
  }
  .contact02 .inside-message {
    padding: 0 10px;
    margin-top: 27px;
  }
  .contact02 .inside-message .list {
    position: relative;
    margin: 0 -7px;
  }
  .contact02 .inside-message li {
    width: 100% !important;
    float: left;
    padding: 0 7px 13px 7px;
    position: relative;
  }
  .contact02 .inside-message .box {
    position: relative;
  }
  .contact02 .input-form,
  .contact02 select,
  .contact02 textarea {
    height: 54px;
    width: 100%;
    border: none;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #c0ddec;
    font-size: 14px;
    padding-left: 40px;
    color: #959595;
  }
  .contact02 .input-form::-webkit-input-placeholder,
  .contact02 select::-webkit-input-placeholder,
  .contact02 textarea::-webkit-input-placeholder {
    color: #959595;
  }
  .contact02 .input-form:-moz-placeholder,
  .contact02 select:-moz-placeholder,
  .contact02 textarea:-moz-placeholder {
    color: #959595;
    opacity: 1;
  }
  .contact02 .input-form::-moz-placeholder,
  .contact02 select::-moz-placeholder,
  .contact02 textarea::-moz-placeholder {
    color: #959595;
    opacity: 1;
  }
  .contact02 .input-form:-ms-input-placeholder,
  .contact02 select:-ms-input-placeholder,
  .contact02 textarea:-ms-input-placeholder {
    color: #959595;
  }
  .contact02 select::-ms-expand {
    display: none;
  }
  .contact02 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url(../images/arrow.png) no-repeat scroll right center;
    background-size: 12px;
    background: #ffffff \9 \0;
  }
  .contact02 .red {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 16px;
    color: #333333;
  }
  .contact02 .red img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 3px;
    width: 20px;
  }
  .contact02 .red font {
    color: #ff0000;
  }
  .contact02 .verifyDiv {
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  .contact02 .span {
    color: #ff0000;
    display: block;
  }
  .contact02 .span span {
    font-size: 16px;
    color: #08060b;
  }
  .contact02 .span img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 2px;
  }
  .contact02 textarea {
    height: 170px;
    padding: 15px;
  }
  .contact02 .more2 {
    float: none;
  }
  .contact02 .verifyDiv {
    display: block;
    vertical-align: middle;
    float: none;
  }
  .contact02 .more2 a {
    width: 129px;
    line-height: 45px;
    font-size: 16px;
  }
  .contact02 .verify {
    height: 45px;
    background-color: #e5e5e5;
    font-size: 14px;
    position: relative;
    width: 280px !important;
  }
  .contact02 .verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border: 1px #e5e5e5 solid;
    background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: move;
  }
  .contact02 .verify .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg) no-repeat center center;
    background-size: 20px 20px;
  }
  .contact02 .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 43px;
    width: 0;
    background-color: var(--main-color);
    color: #333;
    font-size: 14px;
    text-align: center;
  }
  .contact02 .verify .fix-tips,
  .contact02 .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #333;
    z-index: 1;
    line-height: 45px;
    padding-left: 45px;
    text-align: center;
  }
  .contact02 .verify .verify-msg {
    padding-left: 0;
    padding-right: 45px;
  }
  .contact02 .verify .verify-msg {
    background-color: var(--main-color);
    display: none;
    color: #fff;
  }
  .download .left {
    width: 100%;
    float: left;
    min-height: 50px;
    margin-top: -8px;
  }
  .download .left li {
    font-size: 18px;
    padding: 0 0 18px 0;
  }
  .download .left .drop {
    font-weight: 700;
  }
  .download .left .drop > a {
    color: #040806;
    position: relative;
    display: block;
  }
  .download .left .drop > a:before {
    content: '+';
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-weight: normal;
    color: var(--main-color);
    margin-right: 10px;
    line-height: 15px;
    border: solid 1px var(--main-color);
  }
  .download .left .drop > a:hover {
    color: var(--main-color);
  }
  .download .left .drop > a:hover:before {
    content: '-';
  }
  .download .left .drop-2 > a {
    color: #5b636a;
  }
  .download .left .drop-3 {
    display: none;
    padding-top: 12px;
    padding-left: 39px;
  }
  .download .left .drop-3 a {
    display: block;
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 10px;
    color: #666666;
  }
  .download .left .drop-3 i {
    padding-left: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    color: #1498de;
  }
  .download .left .drop-3 a:hover {
    text-decoration: underline;
    color: #00a0e9;
  }
  .download .left .cur > a:before {
    content: '-';
  }
  .download .right {
    width: 100%;
    float: right;
  }
  .download .lren {
    text-align: center;
    padding-top: 20px;
  }
  .download .lren a {
    width: 219px;
    line-height: 52px;
    font-size: 22px;
    color: #2195cb;
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #279edb;
    display: inline-block;
    transition: all 700ms ease;
  }
  .download .lren a:hover {
    color: #fff;
    background-color: #279edb;
  }
  .inside-menu {
    position: relative;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .inside-menu .item {
    border-bottom: dashed 2px #e9e9e9;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .inside-menu span {
    padding-bottom: 15px;
    margin-right: 21px;
    padding-right: 21px;
    display: inline-block;
    position: relative;
  }
  .inside-menu span:before {
    content: ' / ';
    position: absolute;
    top: 10px;
    right: -5px;
    font-size: 15px;
    line-height: 25px;
    width: 10px;
    color: #2d2e2e;
    text-align: center;
  }
  .inside-menu span:after {
    content: '';
    width: 0;
    bottom: -1px;
    left: 50%;
    height: 5px;
    opacity: 0;
    transition: all 500ms ease;
    background: #00a0e9;
    position: absolute;
  }
  .inside-menu span a {
    padding: 0 2px;
    display: inline-block;
    font-size: 16px;
    line-height: 47px;
    color: #2d2e2e;
  }
  .inside-menu span:hover a,
  .inside-menu .cur a {
    color: #00a0e9;
  }
  .inside-menu span:hover:after,
  .inside-menu .cur:after {
    opacity: 1;
    width: 70%;
    left: 2px;
  }
  .inside-menu span:nth-last-child(1):before {
    display: none;
  }
  .inside-menu .search {
    position: relative;
  }
  .inside-menu .search input {
    width: 100%;
    background: #fff;
    height: 60px;
    border: solid 1px #d7d7d7;
    padding: 0 15px;
  }
  .inside-menu .search .icon {
    right: 15px;
    top: 50%;
    fill: #c8c8c8;
    width: 24px;
    height: 24px;
    position: absolute;
    transform: translateY(-50%);
  }
  .inside-menu .search .icon:hover {
    fill: var(--main-color);
  }
  .inside-menu .search input:focus {
    border-color: var(--main-color);
  }
  .downloadlist {
    padding-bottom: 26px;
  }
  .downloadlist li {
    margin-bottom: 13px;
  }
  .downloadlist li a {
    display: block;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
    position: relative;
    transition: 0.5s;
  }
  .downloadlist li span {
    display: block;
    float: left;
    font-size: 16px;
    padding: 0 16px;
    line-height: 34px;
    color: #333;
  }
  .downloadlist li .d1 {
    width: 100%;
  }
  .downloadlist li .d2 {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 0 16px;
    color: #888888;
  }
  .downloadlist li .d3 {
    font-size: 14px;
    text-align: left;
    padding: 0 16px;
    color: #888888;
    float: left;
  }
  .downloadlist li .d4 {
    width: 64px;
    padding: 0;
    background: url(../images/down.png) no-repeat center center;
    background-size: 15px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ziliao {
    padding: 40px 0;
  }
  .ziliao .ziliao-bottom {
    margin-top: 27px;
  }
  .ziliao .ziliao-bottom .aside-left {
    float: left;
    width: 100%;
    position: relative;
    top: auto;
    background-color: #ffffff;
    box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.03);
  }
  .ziliao .ziliao-bottom .aside-left ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #222222;
    position: relative;
    padding: 0 28px;
  }
  .ziliao .ziliao-bottom .aside-left ul li a:after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 33;
    opacity: 0;
    transition: 0.5s;
    background-color: #00a0e9;
  }
  .ziliao .ziliao-bottom .aside-left ul .active a {
    background: #f6f6f6;
  }
  .ziliao .ziliao-bottom .aside-left ul .active a:after {
    opacity: 1;
  }
  .ziliao .ziliao-bottom .aside-right {
    float: right;
    width: 100%;
    margin-top: 37px;
  }
  .downloadlist1 li a {
    border-radius: 0;
    padding: 0 20px;
    padding-left: 20px;
    line-height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
  }
  .downloadlist1 li a .pic {
    width: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
  }
  .downloadlist1 li span {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .downloadlist1 li .d4 {
    background: url(../images/down01.png) no-repeat center center;
    background-size: 21px;
    height: 97px;
    right: 40px;
  }
  .zhici01 {
    margin-top: 28px;
    padding: 30px 30px 0 30px;
    border-radius: 10px;
    background: url(../images/bg5.png) no-repeat top center;
    background-size: cover;
    position: relative;
    height: auto;
  }
  .zhici01 .text .bt {
    font-size: 32px;
    margin-bottom: 18px;
    color: #ffffff;
  }
  .zhici01 .text .span {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #ffffff;
  }
  .zhici01 .text .p {
    font-size: 16px;
    color: #ffffff;
  }
  .zhici01 .pic {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .zhici-jsh {
    font-size: 14px;
    line-height: 30px;
    padding: 18px;
    width: 100%;
    color: #666666;
  }
  .zhici-jsh p {
    margin-bottom: 10px;
  }
  .zhici02 .item .item-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #42aeec;
    margin-bottom: 13px;
  }
  .zhici02 .item .ul {
    margin: 0 -10px;
    font-size: 0;
  }
  .zhici02 .item .li {
    padding: 0 10px;
    margin-bottom: 23px;
  }
  .zhici02 .item .li .span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: right;
    padding: 0 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d1d2d2;
  }
  .zhici02 .item .li .span span {
    font-size: 18px;
    color: #333333;
    text-align: left;
    float: left;
    display: block;
  }
  .zhici02 .item .li .p {
    font-size: 14px;
    line-height: 30px;
    overflow: auto;
    max-height: inherit;
    margin: 18px;
    color: #666666;
  }
  .zhici02 .item .li1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .zhici02 .zhici-bo {
    padding-top: 20px;
  }
  .zixun {
    overflow: hidden;
  }
  .zixun .zixun-bottom {
    padding-top: 28px;
  }
  .zixun .zixun-text {
    font-size: 0;
    padding: 16px;
    background-color: #f8f8f8;
    border-radius: 10px;
  }
  .zixun .zixun-text .bt {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333333;
  }
  .zixun .zixun-text .left {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .zixun .zixun-text .left span {
    font-size: 22px;
    color: #00a0e9;
  }
  .zixun .zixun-text .left p {
    font-size: 38px;
    line-height: 70px;
    color: #555555;
  }
  .zixun .zixun-text .left i {
    font-size: 18px;
    font-style: normal;
    color: #555555;
  }
  .zixun .zixun-text .center {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .zixun .zixun-text .center span {
    font-size: 18px;
    color: #222222;
    display: inline-block;
    vertical-align: middle;
  }
  .zixun .zixun-text .center p {
    font-size: 18px;
    padding-left: 48px;
    color: #00a0e9;
    display: inline-block;
    vertical-align: middle;
  }
  .zixun .zixun-text .right {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 22px;
    color: #222222;
  }
  .zixun .zixunlist {
    margin: 0 -85px;
    padding-top: 36px;
    padding-bottom: 71px;
  }
  .zixun .zixunlist ul {
    width: 100%;
    float: left;
    padding: 0 85px;
  }
  .zixun .zixunlist ul li {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
  }
  .zixun .zixunlist ul li span {
    float: left;
    width: 50%;
    display: block;
    font-size: 16px;
    line-height: 43px;
    color: #666666;
  }
  .zixun .zixunlist ul li .span2 {
    text-align: right;
  }
  .zixun .zixun-nav {
    overflow: hidden;
  }
  .zixun .zixun-nav ul {
    margin: 0 -2px;
  }
  .zixun .zixun-nav ul li {
    width: 25%;
    float: left;
    padding: 0 2px;
    margin-bottom: 4px;
  }
  .zixun .zixun-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 54px;
    background-color: #eeeeee;
    border: solid 1px #c8c8c8;
    color: #666666;
    text-align: center;
  }
  .zixun .zixun-nav ul .active a {
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    color: #fff;
  }
  .zixun .zixun-show .zixun-info {
    display: none;
    padding-top: 18px;
    padding-bottom: 19px;
  }
  .zixun .zixun-xiazai ul {
    margin: 0 -7px;
  }
  .zixun .zixun-xiazai ul li {
    float: left;
    width: 50%;
    padding: 0 7px;
  }
  .zixun .zixun-xiazai ul li .span {
    font-size: 16px;
    line-height: 33px;
    color: #333333;
  }
  .zixun .zixun-xiazai ul li select {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
  }
  .zixun .zixun-xiazai ul li select::-ms-expand {
    display: none;
  }
  .zixun .zixun-xiazai ul li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url(../images/arrow1.png) no-repeat scroll 95% center;
    background: #ffffff \9 \0;
    background-size: 11px;
  }
  .zixun .zixun-xiazai .xiazai-btn {
    padding-top: 28px;
  }
  .zixun .zixun-xiazai .xiazai-btn a {
    float: right;
    text-align: center;
    font-size: 14px;
    line-height: 52px;
    color: #ffffff;
    width: 120px;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    border-radius: 4px;
  }
  .zixun .zixun-xiazai .xiazai-btn a img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #bottom-table {
    padding-top: 21px;
    overflow: auto;
  }
  #bottom-table table {
    width: 1000px;
  }
  #bottom-table .row2 {
    border-bottom: 1px solid #d4d4d4;
  }
  #bottom-table th {
    padding: 4px;
  }
  #bottom-table td {
    padding: 4px;
    text-align: center !important;
  }
  .zixun-p {
    color: #333;
  }
  .zhaiyao .zhaiyao-bottom .show .info {
    display: none;
  }
  .zhaiyao .high-wrap {
    margin-top: 30px;
  }
  .zhaiyao .high-wrap h3 {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .zhaiyao .table-wrap {
    position: relative;
    overflow-x: auto;
  }
  .zhaiyao .table-wrap .ann-high td {
    padding: 10px 20px;
    text-align: right;
    font-size: 16px;
  }
  .zhaiyao .table-wrap .ann-high thead td {
    font-size: 16px;
  }
  .zhaiyao .table-wrap .ann-high tr td:first-child {
    text-align: left;
    min-width: 180px;
  }
  .zhaiyao .table-wrap .ann-high-grey {
    background-color: #e4f4fc;
  }
  .zhaiyao-top .home-title {
    float: none;
  }
  .zhaiyao-top .list {
    float: none;
    margin-top: 20px;
  }
  .zhaiyao-top .list ul li {
    float: left;
    margin-right: 14px;
    margin-left: 0;
  }
  .zhaiyao-top .list ul li a {
    display: block;
    width: 120px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border: 1px solid #b9baba;
  }
  .zhaiyao-top .list ul .active a {
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    color: #fff;
    line-height: 46px;
    border: 0;
  }
  .app {
    overflow: hidden;
    background: #f7f7f7;
  }
  .applist2 li {
    margin-bottom: 24px;
    position: relative;
  }
  .applist2 li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .applist2 li .box .img {
    float: left;
    width: 100%;
    display: inline-block;
    margin-right: 0;
  }
  .applist2 li .box .text {
    float: right;
    width: 100%;
    padding: 24px 0;
    display: inline-block;
    vertical-align: top;
  }
  .applist2 li .box .text .home-title2 {
    position: relative;
    line-height: 46px;
  }
  .applist2 li .box .text .home-title2 p {
    font-size: 21px;
    color: rgba(176, 176, 176, 0.13);
    width: 128%;
  }
  .applist2 li .box .text .home-title2 h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .applist2 li .box .text .p {
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    margin-top: 13px;
    margin-bottom: 23px;
  }
  .applist2 li .box .text .list a {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 45px;
    min-width: 150px;
    color: #333333;
    max-width: 185px;
    background-color: #ffffff;
    border: solid 1px #b9b9b9;
    margin-right: 58px;
    padding: 0 15px;
    margin-bottom: 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .applist2 li .box .text .list1 {
    padding-top: 17px;
    overflow: hidden;
  }
  .applist2 li .box .text .list1 a {
    float: left;
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    max-width: 170px;
    margin-right: 20px;
    padding: 0 30px 0 15px;
    margin-bottom: 5px;
    text-align: left;
    background: url(../images/more3.png) no-repeat center right;
    background-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
  }
  .applist2 li:nth-child(2n) .box {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: row-reverse;
    flex-direction: inherit;
  }
  .applist2 li:nth-child(2n) .box .img {
    margin-left: 0;
    margin-right: 0;
  }
  .applist2 li:nth-child(2n) .box .text {
    padding: 24px 0;
  }
  .app .app0-bottom {
    padding-top: 24px;
  }
  .app-show {
    padding: 31px 0 0 0;
  }
  .app-show .appshow-bottom {
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .app-show .jsh {
    font-size: 15px;
    line-height: 30px;
    margin-top: 19px;
    color: #666666;
  }
  .app-show .jsh p {
    margin-bottom: 10px;
  }
  .ap-li {
    font-size: 0;
    background: #f7f7f7 url(../images/line2.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 2px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ap-li .text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 22px;
  }
  .ap-li .text .bt {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
  }
  .ap-li .text .p {
    font-size: 16px;
    line-height: 31px;
    color: #333333;
  }
  .ap-li .img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .ap-li .img img {
    display: block;
  }
  .apps01 {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
  }
  .apps01 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .apps01 .box .img {
    float: left;
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }
  .apps01 .box .img img {
    display: block;
  }
  .apps01 .box .text {
    float: right;
    width: 100%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .apps01 .box .text .bt {
    font-size: 18px;
    color: #00a0e9;
  }
  .apps01 .box .text .p {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #666666;
    margin-top: 10px;
  }
  .apps02 .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .apps02 .box .img {
    margin-left: 0;
    margin-right: 0;
  }
  .apps02 .box .text {
    padding: 20px;
  }
  .apps03 {
    padding: 35px 0;
  }
  .nelist {
    margin: 0 -10px;
  }
  .nelist li {
    width: 50%;
    float: left;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .nelist li a {
    display: block;
    position: relative;
  }
  .nelist li .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: left;
    padding: 14px;
  }
  .nelist li .hover .h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    color: #ffffff;
  }
  .nelist li .hover .p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 7px;
    color: #ffffff;
  }
  .nelist li .hover .more3 {
    padding: 0;
    height: 32px;
  }
  .nelist li .hover .more3 p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    display: inline-block;
    padding-right: 40px;
    background: url(../images/more3h.png) no-repeat center right;
    background-size: 16px;
    vertical-align: top;
  }
  .re-title {
    font-size: 32px;
    line-height: 43px;
    padding-left: 32px;
    color: #222222;
    position: relative;
  }
  .re-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 43px;
    background-image: linear-gradient(179deg, #00a0e9 0%, #56b776 73%, #abcd03 100%);
    border-radius: 3px;
  }
  .apps04 {
    padding: 35px 0;
    background-color: #fafafa;
  }
  .apps04 .prolist1 {
    padding-top: 23px;
    padding-bottom: 27px;
  }
  .apps04 .more5 {
    text-align: center;
  }
  .apps04 .more5 a {
    font-size: 15px;
    line-height: 31px;
    color: #666666;
    background: url(../images/jia.png) no-repeat center right;
    padding-right: 30px;
    background-size: 16px;
  }
  .apps06 {
    text-align: center;
    padding: 39px 0;
    background: url(../images/bg6.jpg) no-repeat center center;
    background-size: cover;
  }
  .apps06 .bt {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
  }
  .apps06 .span {
    font-size: 20px;
    margin-bottom: 19px;
    color: #ffffff;
  }
  .apps06 .more2 a {
    margin: 0 auto;
    width: 140px;
  }
  .apps06 .more2 a img {
    display: inline-block;
    vertical-align: middle;
  }
  .baogao {
    padding-bottom: 0;
  }
  .baogao .ap-li {
    margin-top: 34px;
    padding: 0;
    background: #f7f7f7;
    margin-bottom: 26px;
  }
  .baogao .ap-bt {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
  }
  .baogao .nelist {
    margin: 0 -9px;
    padding-top: 21px;
    padding-bottom: 27px;
  }
  .baogao .nelist li {
    width: 100%;
    float: left;
    padding: 0 9px;
  }
  .baogao .nelist li .box {
    display: block;
    position: relative;
  }
  .baogao .nelist li .pic {
    border-radius: 14px;
    background: #000;
  }
  .baogao .nelist li .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: left;
    padding: 18px;
  }
  .baogao .nelist li .hover .h3 {
    font-size: 20px;
    text-shadow: 0px 3px 10px rgba(18, 18, 35, 0.79);
    line-height: 30px;
    height: auto;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
  }
  .baogao .nelist li .hover .h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: #00a0e9;
    border-radius: 2px;
  }
  .baogao .nelist li .hover .p {
    font-size: 16px;
    line-height: 31px;
    color: #ffffff;
    height: 0;
  }
  .baogao01 {
    padding: 40px 0;
    background: #f5f5f7;
  }
  .baogao01 .info {
    overflow: auto;
  }
  .baogao01 .downloadlist2 {
    padding-bottom: 0;
    width: 1000px;
  }
  .baogao01 .downloadlist2 li a {
    border-radius: 0;
    line-height: 67px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
  }
  .baogao01 .downloadlist2 li .box {
    padding-right: 50px;
  }
  .baogao01 .downloadlist2 li .box span {
    font-size: 16px;
    color: #222222;
  }
  .baogao01 .downloadlist2 li span {
    vertical-align: middle;
    display: inline-block;
    line-height: 67px;
    float: none;
  }
  .baogao01 .downloadlist2 li .d1 {
    width: 42%;
  }
  .baogao01 .downloadlist2 li .d2 {
    width: 13%;
  }
  .baogao01 .downloadlist2 li .d2 img {
    margin: 0 auto;
    width: 56px;
    display: inline-block;
    vertical-align: middle;
  }
  .baogao01 .downloadlist2 li .d3 {
    float: none;
    width: 14%;
  }
  .baogao01 .downloadlist2 li .d5 {
    width: 19%;
    font-size: 16px;
    text-align: center;
    padding: 0;
    color: #888888;
  }
  .baogao01 .downloadlist2 li .d4 {
    background: url(../images/down01.png) no-repeat center center;
    background-size: 21px;
    height: 97px;
    right: 40px;
  }
  .product1 {
    padding: 0 !important;
  }
  .pro-nav {
    margin-top: 36px;
    background-color: #ffffff;
    box-shadow: 3px 10px 4px 0px rgba(0, 0, 0, 0.03);
  }
  .pro-nav ul li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .pro-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 61px;
    color: #222222;
    position: relative;
  }
  .pro-nav ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #00a0e9;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
  }
  .pro-nav ul .active a {
    background: #f6f6f6;
  }
  .pro-nav ul .active a:after {
    opacity: 1;
  }
  .current {
    padding: 15px 0;
  }
  .current span {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    background: url(../images/home.png) no-repeat center left;
    padding-left: 40px;
    background-size: 17px;
  }
  .current span a {
    color: #666666;
  }
  .current span b {
    font-weight: normal;
  }
  .product1 {
    background: #f5f5f7;
  }
  .pro-show .pro-item {
    position: relative;
  }
  .pr01 {
    padding: 36px 0;
  }
  .pr01 .text {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  .pr01 .text .jsh {
    font-size: 15px;
    line-height: 35px;
    margin-top: 24px;
    color: #666666;
  }
  .pr01 .text .jsh p {
    margin-bottom: 5px;
  }
  .pr01 .video {
    float: right;
    width: 100%;
    position: relative;
  }
  .pr01 .video img {
    background-color: #cacaca;
    border-radius: 10px;
  }
  .pr01 .video:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/video.png) no-repeat center center;
    background-size: 41px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .pr02 {
    padding-bottom: 25px;
  }
  .pr02 .prolist1 {
    padding-top: 18px;
  }
  .pr02 .prolist1 ul li.last a {
    border: solid 1px #b6bbc3;
  }
  .pr02 .prolist1 ul li.last .box .left .pic {
    background: #f6f9fd;
    border-radius: 10px;
  }
  .pr02 .prolist1 .h3 {
    text-align: center;
    background: url(../images/xuanxing.png) no-repeat top center;
    padding-top: 100px;
    background-size: 74px;
    font-size: 16px;
    color: #222222;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .pr03 {
    padding: 39px 0;
    background: #edf4f9;
  }
  .pr03 .cards {
    height: auto;
    margin-top: 31px;
    position: relative;
  }
  .pr03 .zhihui1,
  .pr03 .zhihui2,
  .pr03 .zhihui3,
  .pr03 .zhihui4,
  .pr03 .zhihui5,
  .pr03 .zhihui6,
  .pr03 .zhihui7,
  .pr03 .zhihui8 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .pr03 .zhihui1 .card {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .pr03 .zhihui2 {
    z-index: 3;
  }
  .pr03 .zhihui2 {
    top: auto;
  }
  .pr03 .zhihui2 .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .pr03 .zhihui3 {
    top: auto;
  }
  .pr03 .zhihui3 {
    z-index: 4;
  }
  .pr03 .card {
    background-color: #ffffff;
    /* box-shadow: 0px 1px 26px 0px rgba(36, 37, 37, 0.23); */
    border-radius: 20px;
    overflow: hidden;
    padding: 18px;
  }
  .pr03 .card .images {
    float: left;
    width: 100%;
  }
  .pr03 .card .texts {
    float: right;
    width: 100%;
    padding: 20px;
  }
  .pr03 .card .texts strong {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #666666;
  }
  .pr03 .card .texts p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
  }
  .pr04 {
    padding: 40px 0;
    background: #f5f5f7;
  }
  .pr04 .box .img {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-right: 22px;
    padding-bottom: 22px;
    position: relative;
    overflow: hidden;
  }
  .pr04 .box .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 22px;
    right: 0;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
  }
  .pr04 .box .img .pic {
    z-index: 33;
  }
  .pr04 .box .text {
    float: right;
    width: 100%;
    padding-top: 17px;
  }
  .pr04 .box .text .bt {
    font-size: 20px;
    margin-top: 21px;
    color: #333333;
  }
  .pr04 .box .text .span {
    font-size: 16px;
    margin-bottom: 13px;
    color: rgba(51, 51, 51, 0.57);
  }
  .pr04 .box .text .p {
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 23px;
    color: #333333;
  }
  .pr04 .box .text .more2 a {
    width: 151px;
    line-height: 44px;
    font-size: 14px;
  }
  .pr04 .box .text .more2 a span {
    height: 44px;
  }
  .pr05 {
    padding: 40px 0 0 0;
  }
  .pr05 .p-top .re-title {
    float: left;
  }
  .pr05 .p-top .right {
    float: right;
  }
  .pr05 .p-top .right a {
    display: block;
    font-size: 18px;
    line-height: 43px;
    letter-spacing: 1px;
    color: #00a0e9;
  }
  .pr05 .newslist1 {
    padding-bottom: 14px;
    padding-top: 27px;
  }
  .pr06 {
    padding: 40px 0;
    background: url(../images/bg7.jpg) no-repeat top center;
    background-size: cover;
  }
  .pr06 .text {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .pr06 .chengguo {
    font-size: 20px;
    line-height: 47px;
    padding: 23px 0;
    color: #222222;
  }
  .pr06 .chengguo p {
    border-bottom: dashed 1px rgba(255, 255, 255, 0.9);
    padding: 0;
  }
  .pr06 .chengguo span {
    font-size: 24px;
    background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .pr06 .jsh {
    font-size: 16px;
    line-height: 30px;
    margin: 23px 0 0 0;
    color: #666666;
    padding: 0;
  }
  .pr06 .more2 {
    padding: 0;
  }
  .pr06 .right {
    float: right;
    width: 100%;
  }
  .pr02 .job2 {
    margin-top: 24px;
  }
  .pr02 .list {
    padding-bottom: 29px;
  }
  .pr02 .job2 span {
    position: relative;
    z-index: 2;
  }
  .pr02 .job2 dl {
    margin-bottom: 12px;
  }
  .pr02 .job2 dt {
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    padding: 1px;
    background-color: #ffffff;
    border-radius: 8px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
  }
  .pr02 .job2 dt .info {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    padding: 15px;
  }
  .pr02 .job2 dt .span-01 {
    display: block;
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    font-size: 18px;
    color: #0172a6;
    text-align: left;
    padding: 0;
  }
  .pr02 .job2 dt .span-02 {
    display: block;
    width: 100%;
    float: right;
    font-size: 14px;
    color: #666666;
    background: url(../images/jia1.png) no-repeat center left;
    background-size: 17px;
    padding-left: 30px;
  }
  .pr02 .job2 dt .span-02 .shouqi {
    display: none;
  }
  .pr02 .job2 dt .span-02 b {
    font-weight: normal;
  }
  .pr02 .job2 dd {
    height: 0;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
  }
  .pr02 .job2 dd .nr {
    padding: 0 0 27px 0;
    position: relative;
    overflow: hidden;
  }
  .pr02 .job2 dd .nr .prolist1 ul {
    padding-bottom: 28px;
    overflow: hidden;
  }
  .pr02 .job2 dd .nr .more7 {
    text-align: center;
  }
  .pr02 .job2 dd .nr .more7 a {
    background: url(../images/jiantou.png) no-repeat center right;
    padding-right: 20px;
    background-size: 12px;
    font-size: 16px;
    color: #222222;
  }
  .pr02 .job2 .cur dt {
    background-image: linear-gradient(0deg, #00a0e9 0%, #6fc258 100%);
  }
  .pr02 .job2 .cur dt .span-02 {
    background: url(../images/jian1.png) no-repeat center left;
    background-size: 17px;
  }
  .pr02 .job2 .cur dt .span-02 .shouqi {
    display: block;
  }
  .pr02 .job2 .cur dt .span-02 .zhankai {
    display: none;
  }
  .pr02 .job2 .cur dd {
    height: auto;
  }
  .pr02 .job2 .p-01 {
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: bold;
    color: #222222;
  }
  .pr02 .job2 .red {
    color: #ff0000;
  }
  .pr02 .job2 .send a {
    display: inline-block;
    padding: 0 21px;
    margin-top: 36px;
    width: 160px;
    line-height: 52px;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    border-radius: 4px;
    font-size: 15px;
    color: #fcfbfb;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    text-align: center;
  }
  .pr02 .job2 .send i {
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    background: url(../images/toudi.png) no-repeat center center;
    background-size: 100%;
    width: 35px;
    height: 50px;
  }
  .yingyonglist {
    padding-top: 28px;
  }
  .yingyonglist ul {
    margin: 0 -5px;
  }
  .yingyonglist ul li {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 17px;
  }
  .yingyonglist ul li .bt {
    text-align: center;
    font-size: 18px;
    line-height: 53px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    /* color: #000000; */
  }
  .product-show {
    background: #f5f5f7 url(../images/pbg7.jpg) no-repeat top center;
    background-size: 100%;
  }
  .product1-show {
    padding: 0 !important;
  }
  .product1-show .proshow-bottom {
    padding-top: 9px;
  }
  .product1-show .proshow-bottom .title1 {
    font-size: 16px;
    text-align: center;
    color: #00a0e9;
  }
  .product1-show .proshow-bottom .title2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333333;
    text-align: center;
  }
  .product1-show .proshow-bottom .txt {
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    text-align: center;
  }
  .product1-show .re-title1 {
    font-size: 26px;
    color: #333333;
  }
  .product1-show .re-title1:after {
    width: 4px;
    height: 35px;
  }
  .product1-show .pxiangqing {
    padding-top: 23px;
    padding-bottom: 21px;
  }
  .product1-show .pxiangqing .img {
    float: left;
    width: 100%;
    background: url(../images/psbg.png) no-repeat top center;
    background-size: cover;
    position: relative;
    top: auto;
  }
  .product1-show .pxiangqing .text {
    float: right;
    width: 100%;
    padding-top: 14px;
  }
  .product1-show .pxiangqing .text .p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    color: #333333;
  }
  .product1-show .ptable {
    padding-top: 21px;
    padding-bottom: 29px;
    overflow: auto;
  }
  .product1-show .ptable table {
    width: 1000px;
  }
  .product1-show .ptable table tr {
    background-color: #ffffff;
  }
  .product1-show .ptable table tr td {
    border: solid 1px #cad3d4;
    font-size: 16px;
    line-height: 33px;
    color: #333333;
    text-align: center;
    padding: 10px 10px;
  }
  .product1-show .ptable table tr:nth-child(2n) {
    background-color: #f5f5f7;
  }
  .product1-show .ptable table tr:nth-child(1) {
    background-color: #effdfe;
  }
  .product1-show .yingyonglist1 {
    padding-bottom: 24px;
  }
  .product1-show .proshow-bottom1 {
    padding-top: 28px;
  }
  .product1-show .proshow-bottom1 .pxiangqing .img {
    width: 100%;
    border-radius: 10px;
  }
  .product1-show .proshow-bottom1 .pxiangqing .text {
    width: 100%;
    padding-top: 16px;
  }
  .product1-show .proshow-bottom1 .pxiangqing .text .p {
    border-top: 1px solid #9f9fa0;
    padding-top: 28px;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 29px;
    color: #555555;
  }
  .product1-show .ptable1 {
    border-top: 1px solid #9f9fa0;
    padding-top: 28px;
    padding-bottom: 29px;
    margin-top: 20px;
    overflow: auto;
  }
  .product1-show .ptable1 table {
    border-top: 3px solid #e1e3e8;
    width: 1000px;
  }
  .product1-show .ptable1 table tr td {
    border-right: solid 1px #cad3d4;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding: 1px 20px;
  }
  .product1-show .ptable1 table tr:nth-child(2n) {
    background-color: #e3eef6;
  }
  .product1-show .ptable1 table tr:nth-child(1) {
    background-color: #f4f5fa;
  }
  .product1-show .ptable1 table tr:nth-child(1) td {
    font-size: 20px;
    color: #222222;
  }
  .product1-show .downloadlist li .d1 {
    width: 70%;
  }
  .product1-show .downloadlist li .d2 {
    width: 30%;
    font-size: 14px;
  }
  .product1-show .downloadlist {
    padding-bottom: 0;
    padding-top: 36px;
    margin-top: 17px;
    border-top: 1px solid #9f9fa0;
  }
  .about {
    padding: 0 !important;
  }
  .about01 {
    padding: 40px 0;
  }
  .about01 .home-title {
    float: left;
    width: 100%;
  }
  .about01 .text {
    float: right;
    width: 100%;
    padding-top: 20px;
  }
  .about01 .text .p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
  }
  .about01 .text .p p {
    margin-bottom: 9px;
  }
  .about01 .img {
    margin-top: 25px;
  }
  .youshi {
    padding: 0;
  }
  .youshi li {
    width: 100% !important;
    padding: 0 !important;
  }
  .youshi li .box {
    padding: 13px;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .youshi li .text1 .num {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .youshi li .text1 .num span {
    font-size: 38px;
    line-height: 54px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
  }
  .youshi li .text1 .num i {
    font-size: 32px;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
  }
  .youshi li .text1 .p {
    font-size: 16px;
    margin-top: 5px;
    color: #666666;
  }
  .youshi li:nth-child(1) {
    width: 18%;
  }
  .youshi li:nth-child(2) {
    width: 29.5%;
    padding-left: 84px;
  }
  .youshi li:nth-child(3) {
    width: 26.5%;
    padding-left: 84px;
  }
  .youshi li:nth-child(4) {
    width: 25.5%;
    padding-left: 65px;
  }
  .youshi li:nth-child(4) .box {
    border: 0;
  }
  .about02 {
    padding: 40px 0;
  }
  .inside-about-2 {
    position: relative;
    padding: 30px 0;
    background-size: cover;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
  }
  .inside-about-2 .inside-title {
    padding-bottom: 20px;
  }
  .inside-about-2 .tabnav {
    position: sticky;
    left: 0;
    width: 100%;
    top: 60px;
    z-index: 10;
    padding-top: 28px;
  }
  .inside-about-2 .tabnav:before {
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    top: 69px;
    position: absolute;
    background: #f2f2f2;
  }
  .inside-about-2 .tabnav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-about-2 .tabnav li {
    width: 25%;
    color: #333;
    cursor: pointer;
    padding-top: 20px;
    position: relative;
    font-size: 14px;
  }
  .inside-about-2 .tabnav li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    position: absolute;
    top: -5px;
    left: 0px;
  }
  .inside-about-2 .tabnav li .line {
    top: 0;
    left: 0;
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    opacity: 0;
    background: var(--main-color);
    transition: all 1000ms linear;
  }
  .inside-about-2 .tabnav li .time {
    font-size: 12px;
  }
  .inside-about-2 .tabnav .cur:before {
    width: 14px;
    height: 14px;
    margin-top: -1px;
    background: var(--main-color);
  }
  .inside-about-2 .tabnav .cur .line {
    opacity: 1;
    width: 100%;
  }
  .inside-about-2 .tabnav .cur .time,
  .inside-about-2 .tabnav .cur .txt {
    color: var(--main-color);
  }
  .inside-about-2 .tabbox {
    margin-top: 90px;
  }
  .inside-about-2 .tabcot:last-child {
    margin-bottom: 0;
  }
  .inside-about-2 .tabcot {
    margin-bottom: 400px;
  }
  .inside-about-2 .tabcot .leftbox {
    width: 45%;
    z-index: 9;
    position: sticky;
    top: 40%;
    left: 0;
    float: left;
  }
  .inside-about-2 .tabcot .leftbox .year {
    line-height: 60px;
    font-size: 20px;
    color: var(--main-color);
    top: -30px;
    position: absolute;
    background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 34;
  }
  .inside-about-2 .tabcot .leftboxC {
    height: 400px;
    z-index: 9;
    top: 0%;
    left: 0;
  }
  .inside-about-2 .tabcot .item-year {
    opacity: 0;
    transition: all 1000ms ease;
    position: absolute;
    top: 0;
    left: 0;
  }
  .inside-about-2 .tabcot .item-year.show {
    opacity: 1;
  }
  .inside-about-2 .tabcot .item-nr {
    min-height: 70vh;
    display: flex;
    align-items: center;
  }
  .inside-about-2 .tabcot .item-nr:nth-child(1) {
    min-height: 360px;
  }
  .inside-about-2 .tabcot .txtbox {
    float: right;
    color: #333;
    padding-right: 0;
    line-height: 30px;
    width: 52%;
  }
  .inside-about-2 .tabcot .txtbox .tit {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-about-2 .tabcot .txtbox .txt {
    padding-top: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #222222;
  }
  .gongchang .bt {
    font-size: 22px;
    color: #333333;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 25px;
    margin-top: 27px;
    margin-bottom: 24px;
  }
  .gongchang .list {
    margin-top: 20px;
    padding: 0;
    background: none;
  }
  .gongchang .list ul li {
    width: 100%;
  }
  .gongchang .list ul li .box {
    font-size: 15px;
    line-height: 28px;
    padding: 20px;
    min-height: 0;
    border-bottom: 1px solid #d5d5d5;
  }
  .gongchang .list ul li .box br {
    display: none;
  }
  .gongyi .gy-bottom {
    padding-top: 30px;
  }
  .gongyi .text1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .gongyi .text1 .bt {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 22px;
  }
  .gongyi .text1 .jsh {
    font-size: 16px;
    line-height: 31px;
  }
  .gongyi .img {
    width: 100%;
  }
  .gongyi02 {
    padding: 32px 0 0 0;
  }
  .gongyi02 .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .gongyi02 .newslist {
    margin: 0;
  }
  .gongyi02 .newslist .item {
    width: 50%;
    padding: 0 9px;
    margin-bottom: 23px;
  }
  .home-about {
    background: url(../images/bbg.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-about .home-top .jsh {
    font-size: 15px;
    line-height: 30px;
    padding-top: 18px;
    width: 100%;
  }
  .home-about .home-bottom {
    padding-top: 26px;
    padding-bottom: 28px;
  }
  .home-about .home-bottom .left {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 4px;
    color: #333333;
    float: left;
  }
  .home-about .home-bottom .youshi {
    width: 100%;
    padding: 0;
  }
  .home-about .home-bottom .youshi li:nth-child(2) {
    padding-left: 59px;
  }
  .home-about .home-bottom .youshi li:nth-child(3) {
    padding-left: 62px;
  }
  .home-about .home-bottom .youshi li:nth-child(4) {
    padding-left: 44px;
  }
  .home-about .bottom-list {
    padding: 0;
    border-radius: 10px;
  }
  .home-about .bottom-list .left {
    float: left;
    width: 100%;
    padding: 20px;
  }
  .home-about .bottom-list .left .bt {
    font-size: 22px;
  }
  .home-about .bottom-list .left ul {
    margin: 0 -11px;
    padding-top: 19px;
  }
  .home-about .bottom-list .left ul li {
    width: 100%;
    float: left;
    padding: 0 11px;
    margin-bottom: 15px;
  }
  .home-about .bottom-list .left ul li a {
    font-size: 16px;
    line-height: 38px;
    background-size: 17px;
    padding-right: 30px;
  }
  .home-about .bottom-list .right {
    float: right;
    width: 100%;
    padding: 20px;
  }
  .home-about .bottom-list .right p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 5px;
  }
  .home-about .bottom-list .right span {
    font-size: 14px;
    padding-top: 10px;
  }
  .home-about .bottom-list .right h3 {
    font-size: 45px;
  }
  .apps05 {
    padding: 40px 0;
  }
  .apps05 .list ul {
    margin: 0 -8px;
  }
  .apps05 .list ul li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 15px;
  }
  .apps05 .list ul li a {
    display: block;
    padding: 13px;
    border: solid 2px #00a0e9;
    min-height: 89px;
  }
  .apps05 .list ul li a:after {
    display: none;
  }
  .apps05 .list ul li a .box {
    position: relative;
    padding-left: 0;
    padding: 0;
    text-align: center;
  }
  .apps05 .list ul li a .pic {
    width: 40px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .apps05 .list ul li a .text .bt {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .apps05 .list ul li a .text .jsh1 {
    display: none;
  }
  .apps05 .show {
    padding-top: 29px;
  }
  .apps05 .quasearch {
    padding-right: 90px;
    margin-top: 21px;
  }
  .apps05 .quasearch input {
    height: 50px;
    border-radius: 2px;
    border: solid 1px #d6d6d6;
    padding: 0 20px;
    width: 100%;
    font-size: 15px;
  }
  .apps05 .quasearch .btn {
    width: 78px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 15px;
  }
  .apps05 .quasearch .btn img {
    width: 17px;
    margin-left: 5px;
  }
  .qa-list {
    margin-top: 29px;
  }
  .qa-list .zhichi-bottom .list {
    font-size: 14px;
    line-height: 25px;
  }
  .qa-list .zhichi-bottom .list li {
    border-bottom: 1px solid #eae8e6;
  }
  .qa-list .zhichi-bottom .list li:last-child {
    padding-bottom: 0;
  }
  .qa-list .zhichi-bottom .list .title {
    padding: 14px 34px 14px 36px;
    font-size: 15px;
    line-height: 38px;
  }
  .qa-list .zhichi-bottom .list .wen {
    font-size: 15px;
    line-height: 38px;
    left: 14px;
    top: 14px;
  }
  .qa-list .zhichi-bottom .list .icon {
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 9;
    top: 14px;
    right: 10px;
  }
  .qa-list .zhichi-bottom .list .icon:before,
  .qa-list .zhichi-bottom .list .icon:after {
    content: '';
    display: inline-block;
    background: #05112a;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
  }
  .qa-list .zhichi-bottom .list .icon:before {
    width: 14px;
    height: 2px;
  }
  .qa-list .zhichi-bottom .list .icon:after {
    width: 2px;
    height: 14px;
  }
  .qa-list .zhichi-bottom .list .info {
    padding: 0 34px 14px 36px;
    font-size: 14px;
    line-height: 29px;
    color: #555146;
    display: none;
  }
  .qa-list .zhichi-bottom .list .active .title .icon:before,
  .qa-list .zhichi-bottom .list .active .title .icon:after {
    background: #05112a;
  }
  .qa-list .zhichi-bottom .list .active .title .icon:after {
    height: 0;
  }
  .qa-list .zhichi-bottom .list .active .box {
    background: #f7f7f7;
  }
  .qa-list .zhichi-bottom .list .active .title {
    color: #256fd4;
  }
  .liuyan .inside-message {
    padding: 20px;
    margin-top: 24px;
    background-color: #ffffff;
    box-shadow: 0px 16px 84px 0px rgba(120, 120, 120, 0.32);
  }
  .liuyan .inside-message .list {
    position: relative;
    margin: 0 -7px;
  }
  .liuyan .inside-message li {
    width: 100% !important;
    float: left;
    padding: 0 7px 16px 7px;
    position: relative;
  }
  .liuyan .inside-message .box {
    position: relative;
  }
  .liuyan .input-form,
  .liuyan select,
  .liuyan textarea {
    height: 44px;
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 100%;
    border: none;
    font-size: 14px;
    padding-left: 30px;
    color: #32373e;
  }
  .liuyan .input-form::-webkit-input-placeholder,
  .liuyan select::-webkit-input-placeholder,
  .liuyan textarea::-webkit-input-placeholder {
    color: #32373e;
  }
  .liuyan .input-form:-moz-placeholder,
  .liuyan select:-moz-placeholder,
  .liuyan textarea:-moz-placeholder {
    color: #32373e;
    opacity: 1;
  }
  .liuyan .input-form::-moz-placeholder,
  .liuyan select::-moz-placeholder,
  .liuyan textarea::-moz-placeholder {
    color: #32373e;
    opacity: 1;
  }
  .liuyan .input-form:-ms-input-placeholder,
  .liuyan select:-ms-input-placeholder,
  .liuyan textarea:-ms-input-placeholder {
    color: #32373e;
  }
  .liuyan .red {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 16px;
    color: #f20808;
  }
  .liuyan .red img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 3px;
    width: 20px;
  }
  .liuyan .red font {
    color: #ff0000;
  }
  .liuyan .verifyDiv {
    float: none;
  }
  .liuyan .span {
    color: #ff0000;
    display: block;
  }
  .liuyan .span span {
    font-size: 16px;
    color: #08060b;
  }
  .liuyan .span img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 2px;
  }
  .liuyan textarea {
    height: 175px;
    padding: 15px 30px;
  }
  .liuyan .more2 {
    float: right;
  }
  .liuyan .more2 a {
    width: 120px;
    line-height: 42px;
    background-image: linear-gradient(125deg, #00ada3 0%, #0d7785 0%, #194067 0%, #0d70a8 0%, #00a0e9 0%, #56b776 55%, #abcd03 100%);
    border-radius: 4px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  .liuyan .more2 .chongzhi {
    line-height: 38px;
    border-radius: 4px;
    border: solid 2px #b9baba;
    background: none;
    color: #333333;
  }
  .liuyan .verify {
    height: 42px;
    background-color: #e5e5e5;
    font-size: 14px;
    position: relative;
    width: 280px !important;
  }
  .liuyan .verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border: 1px #e5e5e5 solid;
    background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: move;
  }
  .liuyan .verify .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg) no-repeat center center;
    background-size: 20px 20px;
  }
  .liuyan .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    line-height: 38px;
    width: 0;
    background-color: var(--main-color);
    color: #333;
    font-size: 14px;
    text-align: center;
  }
  .liuyan .verify .fix-tips,
  .liuyan .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #333;
    z-index: 1;
    line-height: 42px;
    padding-left: 42px;
    text-align: center;
  }
  .liuyan .verify .verify-msg {
    padding-left: 0;
    padding-right: 42px;
  }
  .liuyan .verify .verify-msg {
    background-color: var(--main-color);
    display: none;
    color: #fff;
  }
  .fuwu {
    padding-top: 26px;
  }
  .fuwu .fuwu-info {
    padding: 22px;
    background-color: #ebf7fc;
    border-radius: 8px;
    margin-bottom: 22px;
  }
  .fuwu .fuwu-info .text {
    float: left;
    width: 100%;
    padding-top: 0;
  }
  .fuwu .fuwu-info .text .bt {
    font-size: 22px;
    margin-bottom: 6px;
    color: #222222;
  }
  .fuwu .fuwu-info .text .p {
    font-size: 15px;
    color: #222222;
  }
  .fuwu .fuwu-info .right {
    float: left;
    margin-top: 20px;
    width: 154px;
  }
  .fuwu .fuwu-text .text {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
  }
  .fuwu .fuwu-text .text .bt {
    font-size: 22px;
    margin-bottom: 12px;
    color: #222222;
  }
  .fuwu .fuwu-text .text .p {
    font-size: 15px;
    line-height: 33px;
    color: #222222;
  }
  .fuwu .fuwu-text .right {
    float: right;
    width: 100%;
    margin-top: 10px;
  }
  .morein .home-title {
    margin-bottom: 20px;
  }
  .qiye {
    background: #f5fbfe;
  }
  .qiye .home-title {
    top: 33px;
  }
  .qiye .right {
    width: 100%;
  }
  .qiye .right .img {
    width: 100%;
    height: auto;
  }
  .qiye .right .img .hide {
    display: block;
  }
  .qiye .right .img img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .qiye .right .img .globalMap {
    display: none;
  }
  .qiye-bottom {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .qiye-bottom .left {
    width: 100%;
  }
  .qiye-bottom .left .h3 {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #959696;
  }
  .qiye-bottom .left ul li a {
    display: block;
    font-size: 16px;
    line-height: 51px;
    padding-right: 30px;
  }
  .qiye-bottom .left ul .active a {
    background: url(../images/more3.png) no-repeat center right;
    background-size: 16px;
    font-size: 20px;
  }
  .qiye-bottom .right {
    width: 100%;
    padding-top: 30px;
  }
  .qiye-bottom .right .show .info ul li {
    margin-bottom: 22px;
  }
  .qiye-bottom .right .show .info ul li .box {
    padding: 26px;
    box-shadow: 0px 26px 147px 0px rgba(10, 26, 46, 0.22);
    border-radius: 20px;
  }
  .qiye-bottom .right .show .info ul li .qiye-tit {
    padding-right: 0;
  }
  .qiye-bottom .right .show .info ul li .qiye-tit span {
    font-size: 15px;
  }
  .qiye-bottom .right .show .info ul li .qiye-tit .p {
    font-size: 22px;
  }
  .qiye-bottom .right .show .info ul li .qiye-tit .more2 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
  .qiye-bottom .right .show .info ul li .qiye-tit .more2 p {
    width: 120px;
  }
  .qiye-bottom .right .show .info ul li .qy-bottom {
    position: relative;
    margin-top: 21px;
    padding-left: 0;
  }
  .qiye-bottom .right .show .info ul li .qy-bottom .pic {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    border-radius: 10px;
  }
  .qiye-bottom .right .show .info ul li .qy-bottom .te {
    min-height: 0;
  }
  .qiye-bottom .right .show .info ul li .qy-bottom .te .h3 {
    font-size: 15px;
    margin-bottom: 17px;
  }
  .qiye-bottom .right .show .info ul li .qy-bottom .te .h3 span {
    background-image: -webkit-linear-gradient(left, #00a0e9, #56b776, #abcd03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--OPPOSans-B);
    font-size: 30px;
  }
  .qiye-bottom .right .show .info ul li .qy-bottom .te .jsh {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
  }
  .qiye-show {
    padding: 51px 0 0 0;
    background: #f5f5f7;
  }
  .qiye-show .img {
    margin-top: 28px;
  }
  .qiye-show .img img {
    display: block;
  }
  .qs01 {
    padding: 30px 0 0 0;
  }
  .qs01 .jsh {
    font-size: 16px;
    line-height: 31px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    color: #333333;
  }
  .qs01 .jsh p {
    margin-bottom: 20px;
  }
  .qs01 .pr02 .job2 {
    margin-top: 22px;
  }
  .qs01 .pr02 .list {
    padding-bottom: 0;
  }
  .qs01 .pr02 {
    padding-bottom: 0;
  }
  .qs02 {
    padding: 35px 0;
  }
  .qs02 .jsh2 {
    font-size: 16px;
    line-height: 29px;
    color: #333333;
    padding: 0;
    margin-bottom: 20px;
  }
  .qs02 .rightbox {
    margin-top: 23px;
    margin-bottom: 21px;
    background: #f7f7f7 url(../images/line2.png) no-repeat bottom center;
  }
  .qs02 .leftimg {
    width: 100%;
    float: right;
  }
  .qs02 .leftimg img {
    display: block;
  }
  .qs02 .rightbox .content1 {
    display: none;
  }
  .qs02 .item {
    float: left;
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .qs02 .rightbox .bt {
    height: 60px;
    padding-left: 57px;
    margin-bottom: 10px;
    position: relative;
    padding-top: 20px;
  }
  .qs02 .rightbox .bt span {
    top: 17px;
    left: 0;
    font-family: var(--OPPOSans-B);
    font-size: 35px;
    line-height: 53px;
    position: absolute;
    background-image: -webkit-linear-gradient(left, #1d5739, #00a54f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .qs02 .rightbox .bt span::before {
    top: 0;
    right: -7px;
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    border-left: solid 1px #1383ce;
  }
  .qs02 .rightbox .bt span::after {
    bottom: -5px;
    left: -5px;
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    border-left: solid 1px #1383ce;
  }
  .qs02 .rightbox .bt .cn {
    font-size: 20px;
    font-family: Poppins-Bold;
    line-height: 40px;
    color: #000;
    font-weight: 700;
  }
  .qs02 .rightbox .txt {
    height: auto;
    font-size: 16px;
    line-height: 31px;
    color: #333333;
    overflow: hidden;
    margin-top: 20px;
  }
  .qs02 .rightbox .txt p {
    margin-bottom: 6px;
    position: relative;
  }
  .qs02 .rightbox .txt p::before {
    content: '';
    top: 7px;
    left: 0;
    width: 6px;
    height: 11px;
    position: absolute;
    background: url(../images/dot.png) no-repeat top left;
  }
  .qs02 .span {
    font-size: 16px;
    line-height: 32px;
    color: #8d9199;
  }
  .qs02 .rightbox .tablist {
    width: 100%;
    float: left;
    z-index: 10;
    padding: 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .qs02 .rightbox .tablist ul {
    margin: 0;
  }
  .qs02 .rightbox .tablist li {
    width: 50%;
    float: left;
    cursor: pointer;
    padding: 0 9px;
    margin-bottom: 10px;
  }
  .qs02 .rightbox .tablist li span {
    display: block;
    height: 41px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 0 1px #b8b8b8;
    box-shadow: 0 0 0 1px #b8b8b8;
  }
  .qs02 .rightbox .tablist .active span {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color);
    background: var(--main-color);
  }
  .qs03 {
    padding: 30px 0;
    background: url(../images/erji.jpg) no-repeat top center;
    background-size: cover;
  }
  .qs03 .home-title .p {
    color: #fff;
  }
  .qs03 .home-title .h3 {
    color: #fff;
  }
  .qs03 {
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .qs03 .youshi-list {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    z-index: 333;
    margin-top: 20px;
  }
  .qs03 .youshi-list ul {
    margin: 0 -1px;
    font-size: 0;
  }
  .qs03 .youshi-list ul li {
    display: inline-block;
    vertical-align: bottom;
    width: 33.33333333%;
    padding: 0 1px;
  }
  .qs03 .youshi-list ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding: 17px;
    transition: 0.5s;
    text-align: center;
    color: #f9f9f9;
    background-color: rgba(34, 34, 34, 0.59);
  }
  .qs03 .youshi-list ul li a .h3 {
    display: inline-block;
    vertical-align: middle;
  }
  .qs03 .youshi-list ul li a .pic {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .qs03 .youshi-list ul .active a {
    background-image: linear-gradient(98deg, #0150aa 0%, #1fc971 100%);
  }
  .qs03 .youshi-list ul .active a .p {
    height: 30px;
  }
  .qs03 .show {
    width: 100%;
    margin-top: 27px;
  }
  .qs03 .show .info {
    display: none;
    -webkit-animation: fadeInRight2 2s alternate;
    animation: fadeInRight2 2s alternate;
  }
  .qs03 .show .info .bt {
    font-size: 20px;
    color: #f9f9f9;
  }
  .qs03 .show .info .bt:after {
    content: '';
    display: block;
    background: #04a250;
    width: 16px;
    height: 1px;
    margin-top: 14px;
    margin-bottom: 23px;
  }
  .qs03 .show .info .pp ul li {
    width: 100%;
    font-size: 18px;
    line-height: 59px;
  }
  .qs03 .show .info .pp ul li span {
    font-size: 30px;
    line-height: 45px;
  }
  .qs04 {
    padding: 40px 0;
    background: #ffffff;
  }
  .qs04 .home-title .h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
  }
  .qs04 .qs-bottom {
    font-size: 0;
    margin-top: 28px;
  }
  .qs04 .qs-bottom .img1 {
    width: 100%;
  }
  .qs04 .qs-bottom .text {
    width: 100%;
    padding: 20px;
  }
  .qs04 .qs-bottom .text .bt {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .qs04 .qs-bottom .text .pp {
    font-size: 16px;
    line-height: 35px;
  }
  .qs04 .qs-bottom .text .pp b {
    font-size: 18px;
  }
  .qs04 .qs-bottom .text .pp span {
    font-size: 30px;
    line-height: 45px;
  }
  .qs05 {
    padding: 35px 0;
  }
  .qs05 .qs-bottom {
    padding-top: 20px;
  }
  .qs05 .pp {
    font-size: 18px;
    line-height: 30px;
  }
  .qs05 .w {
    position: relative;
    padding: 0 56px;
  }
  .qs05 .swiper-ry {
    position: relative;
    overflow: hidden;
    margin-top: 21px;
  }
  .qs05 .swiper-ry .box {
    padding-top: 22px;
    padding-bottom: 19px;
    background-size: 100%;
  }
  .qs05 .swiper-ry .box .pic {
    width: 100%;
  }
  .qs05 .swiper-ry .box .bt {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0;
    padding: 0 20px;
    height: 50px;
  }
  .qs05 .swiper-button-next,
  .qs05 .swiper-button-prev {
    width: 34px;
    height: 34px;
    background-size: 12px;
  }
  .qs05 .swiper-button-prev {
    background-size: 12px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}

.history{padding:41px 0 25px 0;background:url("../images/history.png") no-repeat bottom center}
.history ul{padding:50px 0 10px 0;position:relative}
.history ul:before{content:'';display:block;width:5px;height:45px;position:absolute;top:0;left:50%;margin-left:-2.5px;background:url(../images/line.jpg) no-repeat top center;z-index:2}
.history ul:after{content:'';display:block;width:5px;height:100%;position:absolute;top:0;left:50%;margin-left:-2.5px;background:#eee;z-index:1}
.history ul li{position:relative;z-index:2;margin-bottom:31px;margin-top:-49px}
.history ul li dl{position:relative;min-height:74px}
.history ul li dl dt{width:50%;float:right;padding-left:55px;position:relative;display: flex;justify-content: space-between;align-items: center;}
.history ul li dl dt:before{content:'';display:block;width:13px;height:13px;position:absolute;left:-6.5px;top:15px;background:#00a0e9;border-radius:50%}
.history ul li dl dt:after{content:'';display:block;width:34px;height:1px;position:absolute;left:6px;top:20px;border-bottom:1px dashed #aaa}
.history ul li dl dt .text{display:inline-block;position:relative;width:65%;}
.history ul li dl dt .bt{display:block;font-size:30px;color:#00a0e9;font-weight:bold}
.history ul li dl dt .jsh{display:block;font-size:16px;color:#232323;line-height:30px}
.history ul li dl dt .jsh p{position:relative;padding-left:15px}
.history ul li dl dt .jsh p:before{content:'';display:block;position:absolute;left:0;top:15px;width:2px;height:2px;background:#333}
.history ul .b14 dl dt .bt{color:#fff;text-shadow:0 0 5px rgba(0,0,0,0.64)}
.history ul .b14 dl dt .jsh{color:#fff;text-shadow:0 0 5px rgba(0,0,0,0.64)}
.history ul .b14 dl dt .jsh p:before{background:#fff}
.history ul li:nth-child(1){margin-top:0}
.history ul li:nth-child(2n) dl dt{float:left;padding-left:0;padding-right:55px}
.history ul li:nth-child(2n) dl dt:before{right:-6.5px;left:auto}
.history ul li:nth-child(2n) dl dt:after{left:auto;right:6px}
.history ul li:nth-child(2n) dl dt .text{text-align:right;float:right}
.history ul li:nth-child(2n) dl dt .jsh p{padding-right:15px;padding-left:0}
.history ul li:nth-child(2n) dl dt .jsh p:before{left:auto;right:0}

.history ul li dl dt .pics{width:30%;}
.history ul li dl dt .pics1{display:none;}

@media(max-width:1023px){
	.history ul:before{left:0;margin:0}
	.history ul:after{left:0;margin-left:0}
	.history ul li dl dt{width:100%;display:block;}
	.history ul li dl dt .pics{width:100%;}
	.history ul li dl dt .text{width:100%;margin-bottom:10px;}
	.history ul li dl dt .pics1{display:block;}
	.history ul li dl dt .pics2{display:none;}
	.history ul li dl dt:before{left:-4.5px}
	.history ul li dl dt:after{left:9px}
	.history ul li:nth-child(2n) dl dt{padding-left:55px}
	.history ul li:nth-child(2n) dl dt .text{text-align:left;float:none}
	.history ul li:nth-child(2n) dl dt{padding-right:0}
	.history ul li:nth-child(2n) dl dt:before{right:auto;left:-4.5px}
	.history ul li:nth-child(2n) dl dt:after{left:9px;right:auto}
	.history ul li:nth-child(2n) dl dt .jsh p:before{left:0;right:auto}
	.history ul li:nth-child(2n) dl dt .jsh p{padding-right:0;padding-left:15px}
	.history ul .b14 dl dt .bt{color:#00a0e9;text-shadow:none}
	.history ul .b14 dl dt .jsh{color:#232323;text-shadow:none}
}

.pro-nav.pro-nav-fixed {
	position: fixed;
    left: 0;
    z-index: 10;
    top: 88rem;
    width: 100%;
	margin-top: 0;
}

.solution{
	background:none!important;
	padding-top:100rem!important;
}

.solution .qiye-bottom{
	margin:0!important;
}

.solution .qiye-bottom .right .show .info ul li .qy-bottom{
	margin-top:0!important;
}

.solution .qiye-bottom .right .show .info ul li .qy-bottom .te .h3{
    font-size: 20rem;
    line-height: 32rem;
    height: 64rem;
    overflow: hidden;
    color: #333333;	
}

.pr03 .swiper-pagination {
  font-size: 0;
  bottom: 30rem;
  /* left: 170rem; */
  /* width: auto; */
}
.pr03 .swiper-pagination .swiper-pagination-bullet {
  width: 80rem;
  height: 5rem;
  background: #d8d6d6;
  border: 0;
  /* border-left: 1px solid #fff; */
  opacity: 1;
  border-radius: 0;
  /* margin: 0; */
  margin: 0 7px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}
.pr03 .swiper-pagination .swiper-pagination-bullet-active {
  /* border-bottom: 1px solid #ffffff; */
  background: #00a0e9;
}

@media (max-width: 1200px) {
	.solution{
		padding-top:40px!important;
	}	
	.solution .qiye-bottom .right .show .info ul li .qy-bottom .te .h3{
		font-size: 20px;
		line-height: 32px;
		height: 64px;
	}	
}

.inbanner .banner-hover1{
	top: 80%;
}


.swiper-renewal-main .banner-hover1 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 0;
	transform: translateY(-50%);
	padding-top: 88rem;
}

.swiper-renewal-main .banner-hover1 .bt {
	font-size: 46rem;
	line-height: 68rem;
	margin-bottom: 6rem;
	color: #ffffff;
}

.swiper-renewal-main .banner-hover1 .bt b {
	display: block;
}

.swiper-renewal-main .banner-hover1 .span {
	font-size: 30rem;
	color: #ffffff;
}

.swiper-renewal-main .banner-hover1 .span b {
	display: block;
}

.swiper-renewal-main .banner-hover1 .p {
	margin-bottom: 39rem;
}

.swiper-renewal-main .banner-hover1 .p img {
	width: 427rem;
}

.swiper-renewal-main .banner-hover1 .list ul {
	font-size: 0;
	padding-top: 28rem;
	margin: 0 -14rem;
}

.swiper-renewal-main .banner-hover1 .list ul li {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	padding: 0 14rem;
}

.swiper-renewal-main .banner-hover1 .list ul li .he {
	font-size: 18rem;
	font-weight: bold;
	text-align: center;
	margin-top: 33rem;
	color: #113d48;
}

.swiper-renewal-main .swiper-slide-active .banner-hover1 .p {
	-webkit-animation: fadeInUp2 1s alternate;
	animation: fadeInUp2 1s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover1 .bt {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover1 .span {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}


.swiper-renewal-main .swiper-slide-active .banner-hover1 .list {
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}



.swiper-renewal-main .banner-hover2 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 0;
	transform: translateY(-50%);
	padding-top: 88rem;
}

.swiper-renewal-main .banner-hover2 .bt {
	font-size: 67rem;
	line-height: 90rem;
	margin-bottom: 30rem;
	color: #ffffff;
}

.swiper-renewal-main .banner-hover2 .span {
	font-size: 32rem;
	line-height: 35rem;
	letter-spacing: 3rem;
	margin-bottom: 90rem;
	color: rgba(255, 255, 255, 0.5);
}

.swiper-renewal-main .banner-hover2 .span b {
	display: block;
}

.swiper-renewal-main .banner-hover2 .p { 
	margin-left: -20rem;
}

.swiper-renewal-main .banner-hover2 .p img {
	width: 267rem;
	float: left;
}


.swiper-renewal-main .swiper-slide-active .banner-hover2 .bt {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover2 .span {
	-webkit-animation: fadeInUp2 3s alternate;
	animation: fadeInUp2 3s alternate;
}

.swiper-renewal-main .swiper-slide-active .banner-hover2 .p {
	-webkit-animation: fadeInUp2 4s alternate;
	animation: fadeInUp2 4s alternate;
}






@media(max-width:1200px){
	
	.swiper-renewal-main .banner-hover1 {  
		padding-top: 0;
	}
	
	.swiper-renewal-main .banner-hover1 .bt {
		font-size: 22px;
		line-height: 38px;
		margin-bottom: 6px; 
	}
	 
	.swiper-renewal-main .banner-hover1 .span {
		font-size: 20px; 
	}
	 
	.swiper-renewal-main .banner-hover1 .p {
		margin-bottom: 10px;
	}
	
	.swiper-renewal-main .banner-hover1 .p img {
		width: 127px;
	}
	
	.swiper-renewal-main .banner-hover1 .list ul {
		font-size: 0;
		padding-top: 28px;
		margin: 0 -14px;
		display: none;
	}
	
	.swiper-renewal-main .banner-hover1 .list ul li {
		width: 12.5%;
		display: inline-block;
		vertical-align: top;
		padding: 0 14px;
	}
	
	.swiper-renewal-main .banner-hover1 .list ul li .he {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin-top: 33px;
		color: #113d48;
	}
	
	 
	
	
	.swiper-renewal-main .banner-hover2 { 
		padding-top:0;
	}
	
	.swiper-renewal-main .banner-hover2 .bt {
		font-size: 24px;
		line-height: 35px;
		margin-bottom:10px; 
	}
	
	.swiper-renewal-main .banner-hover2 .span {
		font-size:16px;
		line-height: 30px;
		letter-spacing: 1px;
		margin-bottom: 10px; 
	}
	 
	.swiper-renewal-main .banner-hover2 .p {
		margin-bottom: 71px;
		margin-left: -20px;
		display: none;
	}
	
	.swiper-renewal-main .banner-hover2 .p img {
		width: 67px; 
	}
}

.prolist2 ul li .box .left:after{
	background-image: linear-gradient(179deg, #ffffff00 5%, #939393 50%, #000000 100%);
	position:absolute;
	content:'';
	display: block;
	left:0;
	bottom:0;
	width:100%;
	height:20%;
	z-index:999;
}
.prolist2 ul li .box .left .bt {
  color: #fff;
  z-index:999999
}